Initial test setup

This commit is contained in:
Drew DeVault 2016-06-16 08:31:04 -04:00
parent 71f710cf0f
commit 0e5e2700e5
3 changed files with 86 additions and 2 deletions

9
include/tests.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef __TESTS_H
#define __TESTS_H
#include <stddef.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#endif