diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 18:30:37 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 18:30:37 -0500 |
commit | 32f4cbab6bd5769a4b16a584e1880b1deabbd2da (patch) | |
tree | 1fe34a60fc8dae5abb7cce1571aab002f94469d0 /tests | |
parent | 06f31c13df6aaf92124f10b8cb5eee96b75c4f73 (diff) |
Add skeleton of the API and data structures.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.c | 0 | ||||
-rw-r--r-- | tests/test_core.c (renamed from tests/tests.c) | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/common.c b/tests/common.c new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/common.c diff --git a/tests/tests.c b/tests/test_core.c index 68745652..65af8580 100644 --- a/tests/tests.c +++ b/tests/test_core.c @@ -1,8 +1,7 @@ #include <check.h> #include <stdint.h> #include <stdio.h> -#include <stdlib.h> -#include <stdarg.h> +#include <stdbool.h> void setup() { |