use test scripts for performing tests
[barvinok.git] / check_approx.sh.in
blob7feca0901a9fe9d9b2302674a289151831d9c2b1
1 #!/bin/sh
3 EXEEXT=@EXEEXT@
4 top_srcdir=@top_srcdir@
6 for i in "$top_srcdir"/tests/ehrhart/*; do
7 if test -f $i; then
8 echo $i | ./test_approx$EXEEXT -q -r 10 || exit;
9 fi
10 done