Update byacc regression tests to match 20170201.
This commit is contained in:
parent
f7c0db672c
commit
a4e482cc3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user