]> git.saurik.com Git - bison.git/blobdiff - examples/calc++/test
Bind examples/calc++ to the package.
[bison.git] / examples / calc++ / test
index b4f0d258ad7ca36b2d282703af5f4b94fb1c827f..d44a4789cffb4282142e66fead5305fc5eb09a91 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/sh
+
 set +e
 cat >input <<EOF
 a := 1
@@ -24,3 +25,5 @@ toto := 1
 toto
 EOF
 ./calc++ -s input
+
+rm input