From 39a8abe0d2d6e4bda54fb3a481b049c19fe1dba9 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Tue, 1 Jul 2014 17:52:52 +0200 Subject: Removed the old test infrastructure. --- Test/runtestall.bat | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Test/runtestall.bat (limited to 'Test/runtestall.bat') diff --git a/Test/runtestall.bat b/Test/runtestall.bat deleted file mode 100644 index 207bb030..00000000 --- a/Test/runtestall.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 runtest.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 runtest.bat %%i %1 %2 %3 %4 %5 %6 %7 %8 %9 || set errors=1 - -:End -exit /b %errors% \ No newline at end of file -- cgit v1.2.3