Browse Source

handle cpp dependencies when testing cpp-sys

Simon Krajewski 11 năm trước cách đây
mục cha
commit
c9344a1cc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");