repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
topcom.c: add missing include
[barvinok.git]
/
check_approx.sh.in
blob
7feca0901a9fe9d9b2302674a289151831d9c2b1
1
#!/bin/sh
2
3
EXEEXT
=
@EXEEXT@
4
top_srcdir
=
@top_srcdir@
5
6
for
i
in
"
$top_srcdir
"
/
test
s
/
ehrhart
/*;
do
7
if
test -f
$i
;
then
8
echo
$i
| .
/
test_approx
$EXEEXT
-q -r
10
||
exit
;
9
fi
10
done