summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/routing.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/routing.c b/test/routing.c
new file mode 100644
index 0000000..adb424d
--- /dev/null
+++ b/test/routing.c
@@ -0,0 +1,6 @@
+#include "unity.h"
+#include "routing.h"
+
+void test_rt_add() {
+ TEST_PASS();
+}