mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
crap code
This commit is contained in:
parent
b22daf080d
commit
3fdc3e7f2a
16 changed files with 7066 additions and 248 deletions
19
regression/tmp-test.sh
Executable file
19
regression/tmp-test.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue