]> git.saurik.com Git - bison.git/blobdiff - examples/calc++/test
maint: de-recurse the handling of examples
[bison.git] / examples / calc++ / test
index 27012239d261b3bce3968626f79a7c84ecf7aece..150f161c8bc2872ffe2b1720bc6ddef14b32fb09 100755 (executable)
@@ -37,7 +37,7 @@ run ()
   shift
   local out_exp=$1
   shift
-  ./calc++ "$@" input >out_eff
+  ./examples/calc++/calc++ "$@" input >out_eff
   local sta_eff=$?
   local out_eff=`cat out_eff`
   if test $sta_eff -eq $sta_exp; then