X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Frun_checks;h=6304d18f5b66b09086d9a690a36071bdd9058e9e;hp=8d3adcbb4ba9aa3595714de81cb49755b4530adb;hb=0160f9ab1da453641e30539abcf0eaa4162582eb;hpb=35267c690dfa19cdb1ddafa3c1d2c5e3640f6891 diff --git a/check/run_checks b/check/run_checks index 8d3adcbb..6304d18f 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 ${srcdir}/result.ref result.out +echo "GiNaC will now run through some rather costly random consistency checks:" +./checks 2>checks.out +cmp ${srcdir}/checks.ref checks.out