diff options
| author | Jesper Jensen <jesper@slashwin.dk> | 2021-06-17 00:04:36 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@slashwin.dk> | 2021-06-17 00:04:36 +0200 |
| commit | 23359fd5d5a89360b22e986c9bdbeb2c370a4bcb (patch) | |
| tree | ce57c9b7d36d6023febc0ba92a7b263a8473c03d /test | |
| parent | 8ded9142c1514ab04905e623247a84313a773fa7 (diff) | |
Add tests and test running
Diffstat (limited to 'test')
| -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(); +} |
