]> www.ginac.de Git - ginac.git/blob - check/run_checks
1c9e6bab33e3163df883960611d05a5eba1b9a24
[ginac.git] / check / run_checks
1 #! /bin/sh
2 echo "Running checks..."
3 ./check_ginac 2>result.out
4 echo "Comparing output..."
5 cmp result.ref result.out