git://www.ginac.de
/
ginac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Patch from Alexei for enabling compilation on MinGW.
[ginac.git]
/
check
/
run_checks
1
#! /bin/sh
2
echo "GiNaC will now run through some rather costly random consistency checks:"
3
./checks${EXEEXT} 2>checks.out
4
cmp ${srcdir}/checks.ref checks.out