]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/net/routing/Makefile
Add liblutok a lightweight C++ API for lua.
[FreeBSD/FreeBSD.git] / tests / sys / net / routing / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/net/routing
6
7 ATF_TESTS_C +=  test_rtsock_l3
8 ATF_TESTS_C +=  test_rtsock_lladdr
9
10 # Most of the tests operates on a common IPv4/IPv6 prefix,
11 # so running them in parallel will lead to weird results.
12 TEST_METADATA+= is_exclusive=true
13
14 .include <bsd.test.mk>