aboutsummaryrefslogtreecommitdiff
path: root/tests.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-09-11 20:22:24 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-09-11 20:22:24 -0400
commit1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa (patch)
tree9c3f6d9638046dbbeacd284cf5a70b5d7f901f75 /tests.h
parente697056101dcd1461eee2bde3e169e4d7ddaec20 (diff)
downloadmultihome-1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa.tar.gz
Refactor headers and relocate tests
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