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.bat25
1 files changed, 0 insertions, 25 deletions
diff --git a/Test/extractloops/runtest.bat b/Test/extractloops/runtest.bat
deleted file mode 100644
index 6bd151cb..00000000
--- a/Test/extractloops/runtest.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-rem set BGEXE=mono ..\..\Binaries\Boogie.exe
-
-echo ----- Running regression test t1.bpl
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
-echo -----
-echo ----- Running regression test t2.bpl
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
-echo -----
-echo ----- Running regression test t3.bpl with recursion bound 2
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:2 t3.bpl
-echo -----
-echo ----- Running regression test t3.bpl with recursion bound 4
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:4 t3.bpl
-echo -----
-echo ----- Running regression test detLoopExtract.bpl with deterministicExtractLoops
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /deterministicExtractLoops /recursionBound:4 detLoopExtract.bpl
-echo -----
-echo ----- Running regression test detLoopExtract1.bpl with deterministicExtractLoops
-%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /deterministicExtractLoops /recursionBound:4 detLoopExtract1.bpl
-echo -----
-