]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/net/routing/Makefile
unbound: Vendor import 1.16.1
[FreeBSD/FreeBSD.git] / tests / sys / net / routing / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4 WARNS?=         1
5
6 TESTSDIR=       ${TESTSBASE}/sys/net/routing
7
8 ATF_TESTS_C +=  test_rtsock_l3
9 ATF_TESTS_C +=  test_rtsock_lladdr
10 ATF_TESTS_PYTEST +=     test_rtsock_multipath.py
11
12 ${PACKAGE}FILES+=       generic_cleanup.sh
13 ${PACKAGE}FILESMODE_generic_cleanup.sh=0555
14
15 # Most of the tests operates on a common IPv4/IPv6 prefix,
16 # so running them in parallel will lead to weird results.
17 TEST_METADATA+= is_exclusive=true
18
19 CFLAGS+=        -I${.CURDIR:H:H:H}
20
21 .include <bsd.test.mk>