X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Frun_checks;fp=check%2Frun_checks;h=1c9e6bab33e3163df883960611d05a5eba1b9a24;hp=0000000000000000000000000000000000000000;hb=6b3768e8c544739ae53321539cb4d1e3112ded1b;hpb=2e2540743e061306d59bb8f04159da774e1a8d6d diff --git a/check/run_checks b/check/run_checks new file mode 100755 index 00000000..1c9e6bab --- /dev/null +++ b/check/run_checks @@ -0,0 +1,5 @@ +#! /bin/sh +echo "Running checks..." +./check_ginac 2>result.out +echo "Comparing output..." +cmp result.ref result.out