summaryrefslogtreecommitdiff
path: root/Test/inline/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline/runtest.bat')
-rw-r--r--Test/inline/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/inline/runtest.bat b/Test/inline/runtest.bat
index cd404bfa..f025de1b 100644
--- a/Test/inline/runtest.bat
+++ b/Test/inline/runtest.bat
@@ -3,7 +3,7 @@ setlocal
set BGEXE=..\..\Binaries\Boogie.exe
-for %%f in (test0.bpl) do (
+for %%f in (test0.bpl codeexpr.bpl) do (
echo -------------------- %%f --------------------
%BGEXE% %* %%f
)