0add3d3de7
...after getting rid of most of the hardcoding (though not all!)
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
# vim: syn=sh:
|
|
# ----------
|
|
|
|
for i in 0 1
|
|
do
|
|
hl t09-oldtests with GL_BIG_CONFIG $i
|
|
|
|
. ./t09a-oldtests $i
|
|
|
|
cd $TESTDIR
|
|
done
|