]> git.saurik.com Git - bison.git/commit - examples/test
examples: factor the test suite.
authorAkim Demaille <demaille@gostai.com>
Fri, 17 Feb 2012 13:59:23 +0000 (14:59 +0100)
committerAkim Demaille <demaille@gostai.com>
Fri, 17 Feb 2012 14:49:00 +0000 (15:49 +0100)
commit5a9c6b89d0cd97f514383bc555a2c14f59bd9c3b
treed302fa8f203367ec183aa06beb512f61c30408ad
parentc3a2e0e6dd060143cbd2854b61e435552883a6b7
examples: factor the test suite.

* examples/mfcalc/test, examples/calc++/test: Extract the
common bits into...
* examples/test: here.
(cwd): New.
Use it to avoid a race on the temporary directory.
Reported by Jim Meyering.
* examples/mfcalc/test, examples/calc++/test: Rename into...
* examples/mfcalc/mfcalc.test, examples/calc++/calc++.test: these.
* examples/calc++/local.mk, examples/mfcalc/local.mk,
* examples/local.mk: Adjust.
examples/calc++/calc++.test [new file with mode: 0755]
examples/calc++/local.mk
examples/calc++/test [deleted file]
examples/local.mk
examples/mfcalc/local.mk
examples/mfcalc/mfcalc.test [new file with mode: 0755]
examples/mfcalc/test [deleted file]
examples/test [new file with mode: 0755]