summaryrefslogtreecommitdiff
path: root/src/test/honey-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/honey-test.h')
-rw-r--r--src/test/honey-test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/honey-test.h b/src/test/honey-test.h
new file mode 100644
index 0000000..4aa1827
--- /dev/null
+++ b/src/test/honey-test.h
@@ -0,0 +1,9 @@
+#ifndef HONEY_TEST_H
+#define HONEY_TEST_H
+
+void suite_logging();
+
+#define RUN_TESTS() \
+ suite_logging();
+
+#endif