aboutsummaryrefslogtreecommitdiff
path: root/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests.h')
-rw-r--r--tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests.h b/tests.h
new file mode 100644
index 0000000..a2cb79b
--- /dev/null
+++ b/tests.h
@@ -0,0 +1,8 @@
+#ifndef MULTIHOME_TESTS_H
+#define MULTIHOME_TESTS_H
+
+#ifdef ENABLE_TESTING
+void test_main();
+#endif
+
+#endif //MULTIHOME_TESTS_H