mirror of
https://github.com/swaywm/sway.git
synced 2024-11-29 11:21:28 +00:00
10 lines
125 B
C
10 lines
125 B
C
|
#ifndef __TESTS_H
|
||
|
#define __TESTS_H
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <setjmp.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <cmocka.h>
|
||
|
|
||
|
#endif
|