aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_router.c')
-rw-r--r--src/test/test_router.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test_router.c b/src/test/test_router.c
index 79f56eed07..a1ea2967ff 100644
--- a/src/test/test_router.c
+++ b/src/test/test_router.c
@@ -31,6 +31,9 @@
#include "test/test.h"
#include "test/log_test_helpers.h"
+#define NS_MODULE rtr
+#define NS_SUBMODULE tests
+
NS_DECL(const routerinfo_t *, router_get_my_routerinfo, (void));
static routerinfo_t* mock_routerinfo;