repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scop.c: fix typos in comments
[pet.git]
/
pet_test.sh.in
blob
f73809afcf20f62ad5c6dd7dcf53ccd3b9df858f
1
#!/bin/sh
2
3
EXEEXT
=
@EXEEXT@
4
srcdir
=
@srcdir@
5
6
for
i
in
$srcdir
/
test
s
/*
.c
;
do
7
echo
$i
;
8
(
.
/
pet
$EXEEXT $i
>
test
.scop
&&
9
.
/
pet_scop_cmp
$EXEEXT
test
.scop
${i%.c}
.scop
)
||
exit
10
done