crap code

This commit is contained in:
Danya Berezun 2024-01-26 18:45:03 +01:00 committed by Roman Venediktov
parent b22daf080d
commit 3fdc3e7f2a
16 changed files with 7066 additions and 248 deletions

19
regression/tmp-test.sh Executable file
View 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