yacc tests: "make clean" removes C++ files from non-distributed .y
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 13 May 2011 12:48:42 +0000 (14:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 13 May 2011 19:15:28 +0000 (21:15 +0200)
commit1e6914a488ba23c9a098510d100de7cbe6edb79d
treedb13f582855287960727f31365ea513b30b6b080
parent4a187a50b89839f823f174256afa0903e0040a97
yacc tests: "make clean" removes C++ files from non-distributed .y

* tests/yacc-clean-cxx.test: New test, sister of `yacc-clean.test'.
* tests/yacc-clean.test: Update heading comment to reference the
new sister test.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/yacc-clean-cxx.test [new file with mode: 0755]
tests/yacc-clean.test