aboutsummaryrefslogtreecommitdiff
path: root/include/tests/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests/test.h')
-rw-r--r--include/tests/test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tests/test.h b/include/tests/test.h
new file mode 100644
index 0000000..239f53b
--- /dev/null
+++ b/include/tests/test.h
@@ -0,0 +1,6 @@
+#ifndef TESTS_TEST_H
+#define TESTS_TEST_H
+
+void test_entry(void);
+
+#endif