]> www.ginac.de Git - ginac.git/blob - check/run_checks
- some indentation fixes
[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