Add test runner.

This commit is contained in:
Joshua T. Fisher
2026-01-27 17:48:15 -08:00
parent bf91aa5021
commit 3e19d84f3b
+7 -1
View File
@@ -29,4 +29,10 @@ jobs:
shell: cmd
run: |
cmake -B build
cmake --build build --config Release
cmake --build build --config Release
- name: Tests
shell: cmd
continue-on-error: true # When tests start passing, this line should be removed.
run: |
.\build\ps2xTest\Release\ps2x_tests.exe