git://www.ginac.de
/
ginac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8d3adcbb4ba9aa3595714de81cb49755b4530adb
[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