summaryrefslogtreecommitdiff
path: root/Test/extractloops/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/extractloops/runtest.bat')
-rw-r--r--Test/extractloops/runtest.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/extractloops/runtest.bat b/Test/extractloops/runtest.bat
new file mode 100644
index 00000000..dbc524c0
--- /dev/null
+++ b/Test/extractloops/runtest.bat
@@ -0,0 +1,13 @@
+@echo off
+setlocal
+
+set BGEXE=..\..\Binaries\Boogie.exe
+rem set BGEXE=mono ..\..\Binaries\Boogie.exe
+
+echo ----- Running regression test t1.bpl
+%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
+echo -----
+echo ----- Running regression test t2.bpl
+%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
+echo -----
+