mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
19 lines
163 B
Bash
Executable file
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
|
|
|