mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Initial test setup
This commit is contained in:
parent
71f710cf0f
commit
0e5e2700e5
3 changed files with 86 additions and 2 deletions
9
include/tests.h
Normal file
9
include/tests.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __TESTS_H
|
||||
#define __TESTS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <cmocka.h>
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue