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
Matthew Kilgore 55a4d1af1c Verify Windows executable has version information
windres has a handy feature of allowing us to feed it an executable and
it will give an error code depending on whether that executable has a
resource section or not. We can use that feature to create a quick test
to verify the distributable has the resource information on it.
2022-05-06 13:42:35 -04:00
..
compile_tests Add Compilation tests for different dependencies 2022-04-28 23:00:06 -04:00
dist Add distribution tests 2022-04-28 17:21:58 -04:00
qbasic_testcases Add QBasic tests 2022-04-28 23:00:07 -04:00
.gitignore Run tests as part of CI 2022-04-28 23:00:07 -04:00
assert.sh Add distribution tests 2022-04-28 17:21:58 -04:00
colors.sh Add distribution tests 2022-04-28 17:21:58 -04:00
compile_tests.sh Add Compilation tests for different dependencies 2022-04-28 23:00:06 -04:00
dist_tests.sh Verify Windows executable has version information 2022-05-06 13:42:35 -04:00
qbasic_tests.sh Add QBasic tests 2022-04-28 23:00:07 -04:00
run_dist_tests.sh Add distribution tests 2022-04-28 17:21:58 -04:00
run_tests.sh Run tests as part of CI 2022-04-28 23:00:07 -04:00