mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02: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
12 lines
313 B
Makefile
12 lines
313 B
Makefile
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/awk/${.CURDIR:T}
|
|
TESTSRC= ${SRCTOP}/contrib/one-true-awk/bugs-fixed
|
|
|
|
ATF_TESTS_SH= bug_fix_test
|
|
|
|
.PATH: ${TESTSRC}
|
|
# Upstream controls the list of tests, so generate it dynamically
|
|
${PACKAGE}FILES!=(cd ${TESTSRC} ; ls *.awk *.ok *.in *.err)
|
|
|
|
.include <bsd.test.mk>
|