mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 21:49:14 -04:00
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
34 lines
928 B
Makefile
34 lines
928 B
Makefile
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/awk/${.CURDIR:T}
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/usr.bin/awk
|
|
|
|
NETBSD_ATF_TESTS_SH= awk_test
|
|
|
|
${PACKAGE}FILES+= d_assign_NF.awk
|
|
${PACKAGE}FILES+= d_assign_NF.in
|
|
${PACKAGE}FILES+= d_assign_NF.out
|
|
${PACKAGE}FILES+= d_big_regexp.awk
|
|
${PACKAGE}FILES+= d_big_regexp.in
|
|
${PACKAGE}FILES+= d_big_regexp.out
|
|
${PACKAGE}FILES+= d_end1.awk
|
|
${PACKAGE}FILES+= d_end1.in
|
|
${PACKAGE}FILES+= d_end1.out
|
|
${PACKAGE}FILES+= d_end2.awk
|
|
${PACKAGE}FILES+= d_end2.in
|
|
${PACKAGE}FILES+= d_end2.out
|
|
${PACKAGE}FILES+= d_period.awk
|
|
${PACKAGE}FILES+= d_period.in
|
|
${PACKAGE}FILES+= d_period.out
|
|
${PACKAGE}FILES+= d_string1.awk
|
|
${PACKAGE}FILES+= d_string1.out
|
|
${PACKAGE}FILES+= d_tolower.awk
|
|
${PACKAGE}FILES+= d_tolower.in
|
|
${PACKAGE}FILES+= d_tolower.out
|
|
${PACKAGE}FILES+= d_toupper.awk
|
|
${PACKAGE}FILES+= d_toupper.in
|
|
${PACKAGE}FILES+= d_toupper.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|