]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/net/routing/Makefile
rtsock: fix socket closure.
[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_C +=  test_rtsock_ops
11 ATF_TESTS_PYTEST +=     test_routing_l3.py
12 ATF_TESTS_PYTEST +=     test_rtsock_multipath.py
13
14 ${PACKAGE}FILES+=       generic_cleanup.sh
15 ${PACKAGE}FILESMODE_generic_cleanup.sh=0555
16
17 # Most of the tests operates on a common IPv4/IPv6 prefix,
18 # so running them in parallel will lead to weird results.
19 TEST_METADATA+= is_exclusive=true
20
21 CFLAGS+=        -I${.CURDIR:H:H:H}
22
23 .include <bsd.test.mk>