summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorgibbed <rick@gibbed.us>2020-02-28 14:09:50 -0600
committerRick Gibbed <rick@gibbed.us>2020-04-07 16:09:41 -0500
commit2393381cff967c1f220fff0c6e2c97375274a1c5 (patch)
treedc76c94dfa3cd72eaa6ea7fe2c53f7dcf24815d4 /.appveyor.yml
parentf0eb272acc4988efde756e5e1b9b95face971e25 (diff)
Make 'xb test' also run xenia-base-tests.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 17eccec11..bded48d4d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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: |