summaryrefslogtreecommitdiff
path: root/Test/inline/runtest.bat
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2010-01-30 19:33:10 +0000
committerGravatar qadeer <unknown>2010-01-30 19:33:10 +0000
commit08e368784c1ae629d870db6b09edadbef306e1d6 (patch)
treedf1f7832046c0bc9d264eddb4dfe8ed2a958a533 /Test/inline/runtest.bat
parent7fe28b7c23ffd6a458975a117531bdfea6012177 (diff)
Fixed the implementation of inlining to deal with inlining depth properly.
Diffstat (limited to 'Test/inline/runtest.bat')
-rw-r--r--Test/inline/runtest.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/inline/runtest.bat b/Test/inline/runtest.bat
index 209845e6..335c857d 100644
--- a/Test/inline/runtest.bat
+++ b/Test/inline/runtest.bat
@@ -8,12 +8,12 @@ for %%f in (test0.bpl) do (
%BGEXE% %* %%f
)
-for %%f in (test1.bpl test2.bpl test3.bpl test4.bpl) do (
+for %%f in (test1.bpl test2.bpl test3.bpl test4.bpl test6.bpl) do (
echo -------------------- %%f --------------------
- %BGEXE% %* /inline:b /print:- /env:0 /printInlined /noinfer %%f
+ %BGEXE% %* /inline:spec /print:- /env:0 /printInlined /noinfer %%f
)
-for %%f in (test5.bpl test6.bpl expansion.bpl expansion3.bpl Elevator.bpl) do (
+for %%f in (test5.bpl expansion.bpl expansion3.bpl Elevator.bpl) do (
echo -------------------- %%f --------------------
%BGEXE% %* %%f
)