sway/include/tests.h

10 lines
125 B
C
Raw Normal View History

2016-06-16 12:31:04 +00:00
#ifndef __TESTS_H
#define __TESTS_H
#include <stddef.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#endif