]>
Commit | Line | Data |
---|---|---|
47d9aef8 | 1 | # $FreeBSD$ |
deb63bfb A |
2 | |
3 | PACKAGE= tests | |
4 | ||
5 | TAP_TESTS_SH= legacy_test | |
6 | ||
7 | ${PACKAGE}FILES+= regress.b.out | |
47d9aef8 | 8 | ${PACKAGE}FILES+= regress.bwidth.out |
deb63bfb A |
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> |