Make 'xb test' also run xenia-base-tests.

This commit is contained in:
gibbed
2020-02-28 14:09:50 -06:00
committed by Rick Gibbed
parent f0eb272acc
commit 2393381cff
2 changed files with 9 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ configuration:
- Checked
build_script:
- cmd: xb build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
- cmd: xb build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-base-tests --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
after_build:
- cmd: |