1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-18 12:34:28 +00:00
sway/include/tests.h
2016-06-19 10:01:32 -04:00

9 lines
125 B
C

#ifndef __TESTS_H
#define __TESTS_H
#include <stddef.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#endif