summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/tests/Makefile')
-rw-r--r--usr.bin/yacc/tests/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/usr.bin/yacc/tests/Makefile b/usr.bin/yacc/tests/Makefile
new file mode 100644
index 0000000..f8b7d85
--- /dev/null
+++ b/usr.bin/yacc/tests/Makefile
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.bin/yacc
+
+TAP_TESTS_SH= legacy_test
+
+FILESDIR= ${TESTSDIR}
+FILES= calc.y
+FILES+= calc1.y
+FILES+= calc2.y
+FILES+= calc3.y
+FILES+= code_calc.y
+FILES+= code_error.y
+FILES+= error.y
+FILES+= ftp.y
+FILES+= grammar.y
+FILES+= pure_calc.y
+FILES+= pure_error.y
+FILES+= quote_calc.y
+FILES+= quote_calc2.y
+FILES+= quote_calc3.y
+FILES+= quote_calc4.y
+FILES+= regress.00.out
+FILES+= regress.01.out
+FILES+= regress.02.out
+FILES+= regress.03.out
+FILES+= regress.04.out
+FILES+= regress.05.out
+FILES+= regress.06.out
+FILES+= regress.07.out
+FILES+= regress.08.out
+FILES+= regress.09.out
+FILES+= regress.10.out
+FILES+= regress.11.out
+FILES+= regress.12.out
+FILES+= regress.13.out
+FILES+= regress.14.out
+FILES+= regress.sh
+FILES+= undefined.y
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud