]>
Commit | Line | Data |
---|---|---|
deb63bfb A |
1 | # $FreeBSD: head/usr.bin/printf/tests/Makefile 299094 2016-05-04 23:20:53Z ngie $ |
2 | ||
3 | PACKAGE= tests | |
4 | ||
5 | TAP_TESTS_SH= legacy_test | |
6 | ||
7 | ${PACKAGE}FILES+= regress.b.out | |
8 | ${PACKAGE}FILES+= regress.d.out | |
9 | ${PACKAGE}FILES+= regress.f.out | |
10 | ${PACKAGE}FILES+= regress.l1.out | |
11 | ${PACKAGE}FILES+= regress.l2.out | |
12 | ${PACKAGE}FILES+= regress.m1.out | |
13 | ${PACKAGE}FILES+= regress.m2.out | |
14 | ${PACKAGE}FILES+= regress.m3.out | |
15 | ${PACKAGE}FILES+= regress.m4.out | |
16 | ${PACKAGE}FILES+= regress.m5.out | |
17 | ${PACKAGE}FILES+= regress.missingpos1.out | |
18 | ${PACKAGE}FILES+= regress.s.out | |
19 | ${PACKAGE}FILES+= regress.sh | |
20 | ${PACKAGE}FILES+= regress.zero.out | |
21 | ||
22 | .include <bsd.test.mk> |