summaryrefslogtreecommitdiff
path: root/usr.bin/file2c/tests/Makefile
blob: f54e3c5cf275f4abe0746e70e1e8bcf3895eb806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PACKAGE=	tests

TAP_TESTS_SH=	legacy_test

${PACKAGE}FILES+=		regress.1.out
${PACKAGE}FILES+=		regress.2.out
${PACKAGE}FILES+=		regress.3.out
${PACKAGE}FILES+=		regress.4.out
${PACKAGE}FILES+=		regress.5.out
${PACKAGE}FILES+=		regress.6.out
${PACKAGE}FILES+=		regress.7.out
${PACKAGE}FILES+=		regress.8.out
${PACKAGE}FILES+=		regress.9.out
${PACKAGE}FILES+=		regress.in
${PACKAGE}FILES+=		regress.sh

.include <bsd.test.mk>