summaryrefslogtreecommitdiff
path: root/Test/generalizedarray/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/generalizedarray/runtest.bat')
-rw-r--r--Test/generalizedarray/runtest.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/generalizedarray/runtest.bat b/Test/generalizedarray/runtest.bat
new file mode 100644
index 00000000..1f4c64f9
--- /dev/null
+++ b/Test/generalizedarray/runtest.bat
@@ -0,0 +1,12 @@
+@echo off
+setlocal
+
+set BOOGIEDIR=..\..\Binaries
+set BPLEXE=%BOOGIEDIR%\Boogie.exe
+
+for %%f in (Maps.bpl) do (
+ echo.
+ echo -------------------- %%f --------------------
+ %BPLEXE% %* /typeEncoding:m /useArrayTheory %%f
+)
+