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

handle cpp dependencies when testing cpp-sys

Simon Krajewski пре 11 година
родитељ
комит
c9344a1cc4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -340,7 +340,7 @@ class RunTravis {
 				Sys.setCwd("bin/neko");
 				runCommand("neko", ["sys.n", "foo", "12", "a b c\\\\"]);
 			case "cpp-sys":
-				//getCppDependencies();
+				getCppDependencies();
 				Sys.setCwd("../sys");
 				runCommand("haxe", ["compile-cpp.hxml"]);
 				Sys.setCwd("bin/cpp");