]> www.ginac.de Git - ginac.git/blob - check/run_checks
- building GiNaC will no longer bomb if Doxygen is not present
[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