See #10029
@@ -73,6 +73,7 @@ class Hl {
getHlDependencies();
runCommand("haxe", ["compile-hl.hxml"].concat(args));
+ runCommand("haxe", ["compile-hlc.hxml"].concat(args));
runCommand(hlBinary, ["bin/unit.hl"]);
changeDirectory(threadsDir);
@@ -0,0 +1,5 @@
+compile-each.hxml
+--main unit.TestMain
+-hl bin/hlc/main.c
+-D hl-check
+-D hl-ver=1.13.0
@@ -14,6 +14,7 @@ compile-java-runner.hxml
--next compile-flash.hxml
--next compile-js.hxml
--next compile-hl.hxml
+--next compile-hlc.hxml
--next compile-lua.hxml
--next compile-neko.hxml
--next compile-php.hxml