Started profiling. Rewrote resolve-all-gotos and list-named-bbs, who were
[sixpic.git] / run_tests.sh
blob062b8b5cf8e4b11a0eddeafc47beec909bbbe56c
1 #!/bin/bash
3 # run all the tests
5 for X in tests/*/*.c ; do
6 echo $X >&2 # to pass through any grep
7 ./six-comp.scm $X || echo ERROR: $X
8 # read
9 done