From 23359fd5d5a89360b22e986c9bdbeb2c370a4bcb Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Thu, 17 Jun 2021 00:04:36 +0200 Subject: Add tests and test running --- test/routing.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/routing.c (limited to 'test') 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(); +} -- cgit v1.2.3