X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Frun_checks;h=93b77065d1b0ca0acbe93fa685c12d1cf6051fc9;hp=1c9e6bab33e3163df883960611d05a5eba1b9a24;hb=28a3fbcae30217a4574ec5cd64a89c8757a54cbf;hpb=6b3768e8c544739ae53321539cb4d1e3112ded1b diff --git a/check/run_checks b/check/run_checks index 1c9e6bab..93b77065 100755 --- a/check/run_checks +++ b/check/run_checks @@ -1,5 +1,4 @@ #! /bin/sh -echo "Running checks..." -./check_ginac 2>result.out -echo "Comparing output..." -cmp result.ref result.out +echo "GiNaC will now run through some rather costly random consistency checks:" +./checks${EXEEXT} 2>checks.out +cmp ${srcdir}/checks.ref checks.out