blob: 626069647624b3a68268e51a5cdcb0420ec78e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|