mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
9 lines
125 B
C
9 lines
125 B
C
#ifndef __TESTS_H
|
|
#define __TESTS_H
|
|
|
|
#include <stddef.h>
|
|
#include <setjmp.h>
|
|
#include <stdarg.h>
|
|
#include <cmocka.h>
|
|
|
|
#endif
|