1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/tests/run_tests.sh
2022-05-06 13:42:35 -04:00

9 lines
160 B
Bash
Executable file

#!/bin/bash
result=0
./tests/assert.sh ./tests/compile_tests.sh ./qb64 || result=1
./tests/assert.sh ./tests/qbasic_tests.sh ./qb64 || result=1
exit $result