Преглед изворни кода

Add some additional cppia tests

hughsando пре 8 година
родитељ
комит
266000b153
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      tests/RunCi.hx

+ 4 - 1
tests/RunCi.hx

@@ -895,7 +895,10 @@ class RunCi {
 								runCommand("haxe", ["compile-cppia-host.hxml"]);
 								runCommand("haxe", ["compile-cppia.hxml"]);
 								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
-								//runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
+								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
+								runCommand("haxe", ["compile-cppia.hxml", "-D", "cppiaast"]);
+								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
+								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
 						}
 
 						changeDirectory(sysDir);