]> www.ginac.de Git - ginac.git/blob - check/run_checks
- normal() now internally keeps numerator and denominator separated and
[ginac.git] / check / run_checks
1 #! /bin/sh
2 echo "Running checks..."
3 ./check_ginac 2>result.out
4 echo "Comparing output..."
5 cmp ${srcdir}/result.ref result.out