Test files

This commit is contained in:
aerinon
2020-09-24 15:32:02 -06:00
parent 0bb7e7caf8
commit f275dfb218
2 changed files with 249 additions and 0 deletions

9
fulltest.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
./testsuite.sh 2 vanilla > results.txt 2> errors.txt
./testsuite.sh 5 basic 1 >> results.txt 2>> errors.txt
./testsuite.sh 5 basic 2 >> results.txt 2>> errors.txt
./testsuite.sh 5 basic 3 >> results.txt 2>> errors.txt
./testsuite.sh 10 crossed 1 >> results.txt 2>> errors.txt
./testsuite.sh 10 crossed 2 >> results.txt 2>> errors.txt
./testsuite.sh 10 crossed 3 >> results.txt 2>> errors.txt