mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 09:05:24 +00:00
meson: Add test-xbox alias target to limit test build
This commit is contained in:
committed by
mborgerson
parent
0ce21a787c
commit
efcfa92ed6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -247,7 +247,8 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
pushd src/build
|
||||
./pyvenv/bin/meson test --suite xbox
|
||||
./pyvenv/bin/meson compile test-xbox
|
||||
./pyvenv/bin/meson test --suite xbox --no-rebuild
|
||||
popd
|
||||
- name: Report ccache stats
|
||||
run: ccache -s
|
||||
|
||||
@ -11,3 +11,5 @@ test('xbox-mcpx-dsp', exe,
|
||||
args: ['--tap', '-k'],
|
||||
protocol: 'tap',
|
||||
suite: ['xbox', 'xbox-mcpx', 'xbox-mcpx-dsp'])
|
||||
|
||||
alias_target('test-xbox', exe)
|
||||
|
||||
Reference in New Issue
Block a user