repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Started profiling. Rewrote resolve-all-gotos and list-named-bbs, who were
[sixpic.git]
/
run_tests.sh
blob
062b8b5cf8e4b11a0eddeafc47beec909bbbe56c
1
#!/bin/bash
2
3
# run all the tests
4
5
for
X
in
test
s
/*/*
.c
;
do
6
echo
$X
>&
2
# to pass through any grep
7
.
/
six-comp.scm
$X
||
echo
ERROR
:
$X
8
# read
9
done