Remove test binaries now that they can be created on Windows

This commit is contained in:
Riley Labrecque
2015-05-24 01:23:14 -06:00
parent 25c76e92e9
commit 23c91b2eff
314 changed files with 1 additions and 6935 deletions

2
xb.bat
View File

@@ -278,7 +278,7 @@ SET TEST_SRC=src/xenia/cpu/frontend/test
SET TEST_SRC_WIN=src\xenia\cpu\frontend\test
SET TEST_BIN=%TEST_SRC%/bin
SET TEST_BIN_WIN=%TEST_SRC_WIN%\bin
IF NOT EXIST %TEST_BIN% (mkdir %TEST_BIN%)
IF NOT EXIST %TEST_BIN_WIN% (mkdir %TEST_BIN_WIN%)
SET ANY_ERRORS=0
PUSHD %TEST_SRC_WIN%