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