opnsense-src/tests/sys/netgraph/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

28 lines
563 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netgraph
BINDIR= ${TESTSDIR}
TAP_TESTS_SH+= ng_macfilter_test
# Serialize tests since some share netgraph node names.
TEST_METADATA+= is_exclusive=true
TEST_METADATA+= required_user="root"
TEST_METADATA.ng_macfilter_test+= required_programs="perl"
ATF_TESTS_C+= basic \
bridge \
hub \
ksocket \
socket \
vlan_rotate \
SRCS.basic= basic.c util.c
SRCS.bridge= bridge.c util.c
SRCS.hub= hub.c util.c
SRCS.socket= socket.c
SRCS.vlan_rotate=vlan_rotate.c util.c
LIBADD+= netgraph
.include <bsd.test.mk>