mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Removing the HIR test until it's fixed (or killed).
This commit is contained in:
parent
bde2be5ddb
commit
58e616f3cf
2
xb.bat
2
xb.bat
|
|
@ -393,7 +393,7 @@ GOTO :perform_test_args
|
||||||
:perform_test_parsed
|
:perform_test_parsed
|
||||||
ECHO Running automated testing for config %CONFIG%...
|
ECHO Running automated testing for config %CONFIG%...
|
||||||
|
|
||||||
SET TEST_NAMES=xe-cpu-hir-test xe-cpu-ppc-test
|
SET TEST_NAMES=xe-cpu-ppc-test
|
||||||
FOR %%G IN (%TEST_NAMES%) DO (
|
FOR %%G IN (%TEST_NAMES%) DO (
|
||||||
IF NOT EXIST build\bin\%CONFIG%\%%G.exe (
|
IF NOT EXIST build\bin\%CONFIG%\%%G.exe (
|
||||||
ECHO.
|
ECHO.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue