summaryrefslogtreecommitdiff
path: root/Test/test15/runtest.bat
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 01:19:17 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 01:19:17 +0000
commit83059c03c7a73b319d9fc24d053ce6b2319f330c (patch)
tree38b06278f3c6cfac29a571ac4a886edb16d39c37 /Test/test15/runtest.bat
parent9a032278736765e35ac825647a994cd66d9be668 (diff)
Add missing Clone() when storing incarnation maps; update testcase to make this clear
Construct states in Model properly, nuke direct printing.
Diffstat (limited to 'Test/test15/runtest.bat')
-rw-r--r--Test/test15/runtest.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/Test/test15/runtest.bat b/Test/test15/runtest.bat
index fc25c876..83452323 100644
--- a/Test/test15/runtest.bat
+++ b/Test/test15/runtest.bat
@@ -9,8 +9,13 @@ for %%f in (NullInModel IntInModel ModelTest) do (
echo -------------------- %%f --------------------
"%BGEXE%" %* %%f.bpl /printModel:2
)
-for %%f in (InterpretedFunctionTests CaptureState) do (
+for %%f in (InterpretedFunctionTests) do (
echo.
echo -------------------- %%f --------------------
"%BGEXE%" %* %%f.bpl
)
+for %%f in (CaptureState) do (
+ echo.
+ echo -------------------- %%f --------------------
+ "%BGEXE%" %* %%f.bpl /mv:-
+)