Author: jkim
Date: Thu Feb  2 20:01:54 2017
New Revision: 313106
URL: https://svnweb.freebsd.org/changeset/base/313106

Log:
  Update byacc regression tests to match 20170201.

Modified:
  head/usr.bin/yacc/tests/Makefile

Modified: head/usr.bin/yacc/tests/Makefile
==============================================================================
--- head/usr.bin/yacc/tests/Makefile    Thu Feb  2 20:00:01 2017        
(r313105)
+++ head/usr.bin/yacc/tests/Makefile    Thu Feb  2 20:01:54 2017        
(r313106)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to