1# $FreeBSD$ 2 3PACKAGE= tests 4 5TESTSDIR= ${TESTSBASE}/sys/net 6 7ATF_TESTS_C += test_rtsock_l3 8ATF_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. 12TEST_METADATA+= is_exclusive=true 13 14.include <bsd.test.mk> 15