Update byacc regression tests to match 20170201.

This commit is contained in:
Jung-uk Kim 2017-02-02 20:01:54 +00:00
parent 3e794565fc
commit b3d5213675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313106

View File

@ -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