mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Approved by: melifaro Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24468
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/net/routing
|
|
|
|
ATF_TESTS_C += test_rtsock_l3
|
|
ATF_TESTS_C += test_rtsock_lladdr
|
|
|
|
${PACKAGE}FILES+= generic_cleanup.sh
|
|
${PACKAGE}FILESMODE_generic_cleanup.sh=0555
|
|
|
|
# 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
|
|
|
|
CFLAGS+= -I${.CURDIR:H:H:H}
|
|
|
|
.include <bsd.test.mk>
|