]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/yacc/tests/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / yacc / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.bin/yacc
4
5 TAP_TESTS_SH=   legacy_test
6
7 FILESDIR=       ${TESTSDIR}
8 FILES=          calc.y
9 FILES+=         calc1.y
10 FILES+=         calc2.y
11 FILES+=         calc3.y
12 FILES+=         code_calc.y
13 FILES+=         code_error.y
14 FILES+=         error.y
15 FILES+=         ftp.y
16 FILES+=         grammar.y
17 FILES+=         pure_calc.y
18 FILES+=         pure_error.y
19 FILES+=         quote_calc.y
20 FILES+=         quote_calc2.y
21 FILES+=         quote_calc3.y
22 FILES+=         quote_calc4.y
23 FILES+=         regress.00.out
24 FILES+=         regress.01.out
25 FILES+=         regress.02.out
26 FILES+=         regress.03.out
27 FILES+=         regress.04.out
28 FILES+=         regress.05.out
29 FILES+=         regress.06.out
30 FILES+=         regress.07.out
31 FILES+=         regress.08.out
32 FILES+=         regress.09.out
33 FILES+=         regress.10.out
34 FILES+=         regress.11.out
35 FILES+=         regress.12.out
36 FILES+=         regress.13.out
37 FILES+=         regress.14.out
38 FILES+=         regress.sh
39 FILES+=         undefined.y
40
41 .include <bsd.test.mk>