1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 22:10:24 +00:00
QB64-PE/tests/run_tests.sh

9 lines
160 B
Bash
Raw Normal View History

2022-04-28 23:34:11 +00:00
#!/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