Browse Source

[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 years ago
parent
commit
30a200c27b
1 changed files with 5 additions and 0 deletions
  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