aboutsummaryrefslogtreecommitdiff
path: root/PxShared/buildtools/steps/run_tests_windows.bat
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/buildtools/steps/run_tests_windows.bat')
-rw-r--r--PxShared/buildtools/steps/run_tests_windows.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/PxShared/buildtools/steps/run_tests_windows.bat b/PxShared/buildtools/steps/run_tests_windows.bat
deleted file mode 100644
index b18e2b0..0000000
--- a/PxShared/buildtools/steps/run_tests_windows.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@set BIN_PATH=%~dp0..\..\bin\vc14win64-cmake
-@pushd "%BIN_PATH%"
-@call BlastUnitTestsDEBUG_x64.exe --gtest_output=xml:BlastUnitTestsDEBUG_x64.xml
-@echo ##teamcity[importData type='gtest' parseOutOfDate='true' file='%BIN_PATH%\BlastUnitTestsDEBUG_x64.xml']
-@popd
-@if %errorlevel% NEQ 0 exit /b 1 \ No newline at end of file