summaryrefslogtreecommitdiff
path: root/Test/bitvectors/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/bitvectors/runtest.bat')
-rw-r--r--Test/bitvectors/runtest.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/Test/bitvectors/runtest.bat b/Test/bitvectors/runtest.bat
index 0b05e986..0fc17990 100644
--- a/Test/bitvectors/runtest.bat
+++ b/Test/bitvectors/runtest.bat
@@ -14,8 +14,7 @@ echo -------------------- vcc0.bpl - toInt --------------------
echo -------------------- bv4.bpl - /bv:n --------------------
%BGEXE% /bv:n %* /logPrefix:-1 bv4.bpl
-echo -------------------- bv5.bpl --------------------
-%BGEXE% /bv:z %* /logPrefix:-1 bv5.bpl
-
-echo -------------------- bv6.bpl --------------------
-%BGEXE% /bv:z %* /logPrefix:-1 bv6.bpl
+for %%f in (bv5.bpl bv6.bpl bv8.bpl) do (
+ echo -------------------- %%f --------------------
+ %BGEXE% %* %%f
+)