]> www.ginac.de Git - ginac.git/blob - check/run_checks
92ba1a2bd6b08881a4c7d0028a842af805e764ac
[ginac.git] / check / run_checks
1 #! /bin/sh
2 echo "GiNaC will now run through some rather costly consistency checks:"
3 ./checks 2>checks.out
4 cmp ${srcdir}/checks.ref checks.out