]> www.ginac.de Git - ginac.git/blob - check/run_checks
added a check that expand(x^((a+b)^2-a^2-b^2-2*a*b)) -> 1
[ginac.git] / check / run_checks
1 #! /bin/sh
2 echo "GiNaC will now run through some rather costly random consistency checks:"
3 ./checks 2>checks.out
4 cmp ${srcdir}/checks.ref checks.out