Selaa lähdekoodia

handle cpp dependencies when testing cpp-sys

Simon Krajewski 11 vuotta sitten
vanhempi
commit
c9344a1cc4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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");