summaryrefslogtreecommitdiff
path: root/Test/linear/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/runtest.bat')
-rw-r--r--Test/linear/runtest.bat17
1 files changed, 0 insertions, 17 deletions
diff --git a/Test/linear/runtest.bat b/Test/linear/runtest.bat
deleted file mode 100644
index bd32d250..00000000
--- a/Test/linear/runtest.bat
+++ /dev/null
@@ -1,17 +0,0 @@
-@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-
-for %%f in (typecheck.bpl) do (
- echo.
- echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory %%f
-)
-
-for %%f in (list.bpl allocator.bpl f1.bpl f2.bpl f3.bpl bug.bpl) do (
- echo.
- echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory /doModSetAnalysis %%f
-)
-