summaryrefslogtreecommitdiff
path: root/BCT/Test/buildall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'BCT/Test/buildall.bat')
-rw-r--r--BCT/Test/buildall.bat24
1 files changed, 0 insertions, 24 deletions
diff --git a/BCT/Test/buildall.bat b/BCT/Test/buildall.bat
deleted file mode 100644
index 298adae9..00000000
--- a/BCT/Test/buildall.bat
+++ /dev/null
@@ -1,24 +0,0 @@
-@echo off
-setlocal
-
-set errors=0
-
-if "%1" == "short" goto UseShort
-
-set IncludeLong=True
-goto Loop
-
-:UseShort
-set IncludeLong=False
-shift
-goto Loop
-
-:Loop
-for /F "eol=; tokens=1,2,3*" %%i in (alltests.txt) do if %%j==Use call build.bat %%i %1 %2 %3 %4 %5 %6 %7 %8 %9 || set errors=1
-
-if not %IncludeLong%==True goto End
-
-for /F "eol=; tokens=1,2,3*" %%i in (alltests.txt) do if %%j==Long call build.bat %%i %1 %2 %3 %4 %5 %6 %7 %8 %9 || set errors=1
-
-:End
-exit /b %errors% \ No newline at end of file