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