2019-12-28 07:16:40 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
PACKAGE= tests
|
|
|
|
|
|
2020-01-25 05:51:51 -05:00
|
|
|
TESTSDIR= ${TESTSBASE}/sys/net/routing
|
2019-12-28 07:16:40 -05:00
|
|
|
|
|
|
|
|
ATF_TESTS_C += test_rtsock_l3
|
|
|
|
|
ATF_TESTS_C += test_rtsock_lladdr
|
|
|
|
|
|
2020-03-29 02:25:57 -04:00
|
|
|
${PACKAGE}FILES+= generic_cleanup.sh
|
|
|
|
|
${PACKAGE}FILESMODE_generic_cleanup.sh=0555
|
|
|
|
|
|
2019-12-28 07:16:40 -05:00
|
|
|
# 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
|
|
|
|
|
|
2020-04-17 12:31:07 -04:00
|
|
|
CFLAGS+= -I${.CURDIR:H:H:H}
|
|
|
|
|
|
2019-12-28 07:16:40 -05:00
|
|
|
.include <bsd.test.mk>
|