]> www.ginac.de Git - ginac.git/blobdiff - check/run_checks
- Completely restructured the checks in subdir check/.
[ginac.git] / check / run_checks
index 8d3adcbb4ba9aa3595714de81cb49755b4530adb..92ba1a2bd6b08881a4c7d0028a842af805e764ac 100755 (executable)
@@ -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 consistency checks:"
+./checks 2>checks.out
+cmp ${srcdir}/checks.ref checks.out