lama_byterun/regression/tmp-test.sh
Danya Berezun 3fdc3e7f2a crap code
2024-07-11 15:19:22 +02:00

19 lines
163 B
Bash
Executable file

#!/bin/bash
for i in {1..9}
do
make test00$i
done
for i in {0..9}
do
make test01$i
done
for i in {0..9}
do
make test02$i
done
make test034
make test036