소스 검색

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");