b6a0d88cbe
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
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/net/routing
|
|
|
|
ATF_TESTS_C += test_rtsock_l3
|
|
ATF_TESTS_C += test_rtsock_lladdr
|
|
|
|
# Most of the tests operates on a common IPv4/IPv6 prefix,
|
|
# so running them in parallel will lead to weird results.
|
|
TEST_METADATA+= is_exclusive=true
|
|
|
|
.include <bsd.test.mk>
|