From b6a0d88cbe745d3c5502b8597e126496a5659ffa Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sat, 25 Jan 2020 10:51:51 +0000 Subject: [PATCH] tests: Routing tests overwrote net tests The routing subdirectory installed into the same directory as the test tests, which caused them to overwrite the net Kyuafile. As a result these tests were not executed. X-MFC-With: r356146 --- tests/sys/net/routing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/net/routing/Makefile b/tests/sys/net/routing/Makefile index da91e01a6f7e..02e045fe4a8a 100644 --- a/tests/sys/net/routing/Makefile +++ b/tests/sys/net/routing/Makefile @@ -2,7 +2,7 @@ PACKAGE= tests -TESTSDIR= ${TESTSBASE}/sys/net +TESTSDIR= ${TESTSBASE}/sys/net/routing ATF_TESTS_C += test_rtsock_l3 ATF_TESTS_C += test_rtsock_lladdr