diff options
author | qadeer <unknown> | 2013-09-08 08:44:32 -0700 |
---|---|---|
committer | qadeer <unknown> | 2013-09-08 08:44:32 -0700 |
commit | a8f8b82e786fa7b6001663e6d85c838af4b5faf7 (patch) | |
tree | 53cc98316975106f3a97fd092157c5561cbefcd0 /Test/stratifiedinline | |
parent | d5890371c7ba71af00cced2376009e0fb966a56a (diff) |
fixed bug introduced by the last checkin in letvciterative
added /vc:i to all tests in stratifiedinline
Diffstat (limited to 'Test/stratifiedinline')
-rw-r--r-- | Test/stratifiedinline/runtest.bat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Test/stratifiedinline/runtest.bat b/Test/stratifiedinline/runtest.bat index d260708b..07261c4d 100644 --- a/Test/stratifiedinline/runtest.bat +++ b/Test/stratifiedinline/runtest.bat @@ -5,33 +5,33 @@ set BGEXE=..\..\Binaries\Boogie.exe rem set BGEXE=mono ..\..\Binaries\Boogie.exe
echo ----- Running regression test bar1.bpl
-%BGEXE% %* /stratifiedInline:1 bar1.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar1.bpl
echo -----
echo ----- Running regression test bar2.bpl
-%BGEXE% %* /stratifiedInline:1 bar2.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar2.bpl
echo -----
echo ----- Running regression test bar3.bpl
-%BGEXE% %* /stratifiedInline:1 bar3.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar3.bpl
echo -----
echo ----- Running regression test bar4.bpl
-%BGEXE% %* /stratifiedInline:1 bar4.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar4.bpl
echo -----
echo ----- Running regression test bar6.bpl
-%BGEXE% %* /stratifiedInline:1 bar6.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar6.bpl
echo -----
echo ----- Running regression test bar7.bpl
-%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar7.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i /nonUniformUnfolding bar7.bpl
echo -----
echo ----- Running regression test bar8.bpl
-%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar8.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i /nonUniformUnfolding bar8.bpl
echo -----
echo ----- Running regression test bar9.bpl
-%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar9.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i /nonUniformUnfolding bar9.bpl
echo -----
echo ----- Running regression test bar10.bpl
-%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar10.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i /nonUniformUnfolding bar10.bpl
echo -----
echo ----- Running regression test bar11.bpl
-%BGEXE% %* /stratifiedInline:1 bar11.bpl
+%BGEXE% %* /stratifiedInline:1 /vc:i bar11.bpl
echo -----
|