]> git.saurik.com Git - apple/shell_cmds.git/blob - printf/tests/Makefile
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / printf / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE= tests
4
5 TAP_TESTS_SH= legacy_test
6
7 ${PACKAGE}FILES+= regress.b.out
8 ${PACKAGE}FILES+= regress.bwidth.out
9 ${PACKAGE}FILES+= regress.d.out
10 ${PACKAGE}FILES+= regress.f.out
11 ${PACKAGE}FILES+= regress.l1.out
12 ${PACKAGE}FILES+= regress.l2.out
13 ${PACKAGE}FILES+= regress.m1.out
14 ${PACKAGE}FILES+= regress.m2.out
15 ${PACKAGE}FILES+= regress.m3.out
16 ${PACKAGE}FILES+= regress.m4.out
17 ${PACKAGE}FILES+= regress.m5.out
18 ${PACKAGE}FILES+= regress.missingpos1.out
19 ${PACKAGE}FILES+= regress.s.out
20 ${PACKAGE}FILES+= regress.sh
21 ${PACKAGE}FILES+= regress.zero.out
22
23 .include <bsd.test.mk>