aboutsummaryrefslogtreecommitdiffstats
path: root/test_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_engine.c')
-rw-r--r--test_engine.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test_engine.c b/test_engine.c
new file mode 100644
index 0000000..12f0c21
--- /dev/null
+++ b/test_engine.c
@@ -0,0 +1,8 @@
+#include <assert.h>
+#include <stdio.h>
+
+#include "test.h"
+#include "unit.h"
+#include "engine.h"
+
+/* TODO */