Kaynağa Gözat

Reenable cppia Jit tests. Closes #7239

Hugh Sanderson 7 yıl önce
ebeveyn
işleme
cbdd69b039
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      tests/runci/targets/Cpp.hx

+ 2 - 2
tests/runci/targets/Cpp.hx

@@ -60,10 +60,10 @@ class Cpp {
 					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", "nocppiaast"]);
 					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"]);
 				}
 		}