1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 16:10:39 +00:00
QB64-PE/tests/run_dist_tests.sh

8 lines
99 B
Bash
Raw Normal View History

2022-04-27 05:11:02 +00:00
#!/bin/bash
result=0
./tests/assert.sh ./tests/dist_tests.sh "$1" "$2" || result=1
exit $result