mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e)
Conflicts:
bin/pkill/tests/pgrep-f_test.sh
lib/clang/libclangminimal/Makefile
lib/clang/llvm.pre.mk
usr.bin/clang/llvm-dwarfutil/Makefile
24 lines
445 B
Makefile
24 lines
445 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netgraph
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
TAP_TESTS_SH+= ng_macfilter_test
|
|
|
|
TEST_METADATA.ng_macfilter_test+= required_user="root"
|
|
TEST_METADATA.ng_macfilter_test+= required_programs="perl"
|
|
|
|
ATF_TESTS_C+= basic \
|
|
bridge \
|
|
hub \
|
|
vlan_rotate \
|
|
|
|
SRCS.basic= basic.c util.c
|
|
SRCS.bridge= bridge.c util.c
|
|
SRCS.hub= hub.c util.c
|
|
SRCS.vlan_rotate=vlan_rotate.c util.c
|
|
|
|
LIBADD+= netgraph
|
|
|
|
.include <bsd.test.mk>
|