浏览代码

[tests] fix compile-jvm.hxml relying on compile-java.hxml having been run

Otherwise it would fail with "Error: Java lib native_java/native.jar not found".
Jens Fischer 6 年之前
父节点
当前提交
30a200c27b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tests/unit/compile-jvm.hxml

+ 5 - 0
tests/unit/compile-jvm.hxml

@@ -1,3 +1,8 @@
+#java native build
+-cmd "haxelib run hxjava native_java/hxjava_build.txt --out native_java/native"
+
+--next
+
 compile-each.hxml
 --main unit.TestMain
 --java-lib native_java/native.jar