Jak 1 Checkpoint Select / IL Speedrun support (#2162)

This commit is contained in:
Matt Dallmeyer
2023-01-30 16:11:57 -08:00
committed by GitHub
parent 23c1f3019b
commit 2645fed47a
15 changed files with 674 additions and 36 deletions
+3
View File
@@ -144,6 +144,9 @@ tasks:
ignore_error: true
- python ./scripts/update_decomp_reference.py ./failures ./test/decompiler/reference/ --game {{.GAME}}
- task: offline-test-file
type-test-jak1:
cmds:
- cmd: '{{.GOALCTEST_BIN_RELEASE_DIR}}/goalc-test --gtest_brief=0 --gtest_filter="*Jak1TypeConsistency*" --gtest_break_on_failure'
type-test:
cmds:
- cmd: '{{.GOALCTEST_BIN_RELEASE_DIR}}/goalc-test --gtest_brief=0 --gtest_filter="*Jak2TypeConsistency*" --gtest_break_on_failure'