diff options
Diffstat (limited to 'test/routing.c')
| -rw-r--r-- | test/routing.c | 6 |
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(); +} |
