aboutsummaryrefslogtreecommitdiff
path: root/src/unit-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit-test.h')
-rw-r--r--src/unit-test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unit-test.h b/src/unit-test.h
new file mode 100644
index 0000000..66e1748
--- /dev/null
+++ b/src/unit-test.h
@@ -0,0 +1,8 @@
+#ifndef UNIT_TEST_H
+#define UNIT_TEST_H
+
+void test_start(const char *const name);
+void testing(const char *const message);
+void test_ok();
+
+#endif