aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-02-02 20:01:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-02-02 20:01:54 +0000
commitb3d5213675f4ee73e81a4c293ccb6214ad416168 (patch)
treefe80c5c6bfca05375eb7a354d423448bb0278001 /usr.bin/yacc
parent3e794565fce4e0901d6596368adacc38558278c7 (diff)
downloadsrc-b3d5213675f4ee73e81a4c293ccb6214ad416168.tar.gz
src-b3d5213675f4ee73e81a4c293ccb6214ad416168.zip
Update byacc regression tests to match 20170201.
Notes
Notes: svn path=/head/; revision=313106
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/tests/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/yacc/tests/Makefile b/usr.bin/yacc/tests/Makefile
index 52e2a2738da2..728f3afd8f59 100644
--- a/usr.bin/yacc/tests/Makefile
+++ b/usr.bin/yacc/tests/Makefile
@@ -25,6 +25,9 @@ FILEStestDIR= ${TESTSDIR}
FILEStest+= btyacc_calc1.y
FILEStest+= btyacc_demo.y
+FILEStest+= btyacc_destroy1.y
+FILEStest+= btyacc_destroy2.y
+FILEStest+= btyacc_destroy3.y
FILEStest+= calc.y
FILEStest+= calc1.y
FILEStest+= calc2.y
@@ -69,6 +72,7 @@ FILEStest+= err_syntax8.y
FILEStest+= err_syntax8a.y
FILEStest+= err_syntax9.y
FILEStest+= error.y
+FILEStest+= expr.oxout.y
FILEStest+= grammar.y
FILEStest+= inherit0.y
FILEStest+= inherit1.y
@@ -242,6 +246,10 @@ FILEStest_yacc+= error.error
FILEStest_yacc+= error.output
FILEStest_yacc+= error.tab.c
FILEStest_yacc+= error.tab.h
+FILEStest_yacc+= expr.oxout.error
+FILEStest_yacc+= expr.oxout.output
+FILEStest_yacc+= expr.oxout.tab.c
+FILEStest_yacc+= expr.oxout.tab.h
FILEStest_yacc+= grammar.dot
FILEStest_yacc+= grammar.error
FILEStest_yacc+= grammar.output