summaryrefslogtreecommitdiff
path: root/Test/og/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/runtest.bat')
-rw-r--r--Test/og/runtest.bat17
1 files changed, 0 insertions, 17 deletions
diff --git a/Test/og/runtest.bat b/Test/og/runtest.bat
deleted file mode 100644
index 2a1d8ebb..00000000
--- a/Test/og/runtest.bat
+++ /dev/null
@@ -1,17 +0,0 @@
-@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-
-for %%f in (foo.bpl bar.bpl one.bpl parallel1.bpl) do (
- echo.
- echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer %%f
-)
-
-for %%f in (linear-set.bpl linear-set2.bpl FlanaganQadeer.bpl parallel2.bpl parallel4.bpl parallel5.bpl akash.bpl t1.bpl new1.bpl perm.bpl DeviceCache.bpl ticket.bpl lock.bpl lock2.bpl multiset.bpl civl-paper.bpl) do (
- echo.
- echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory %%f
-)
-