Nicolas Cannasse 9 years ago
parent
commit
8314d98fc3
2 changed files with 3 additions and 2 deletions
  1. 2 1
      tests/unit/compile-hl.hxml
  2. 1 1
      tests/unit/unit_hl.hxproj

+ 2 - 1
tests/unit/compile-hl.hxml

@@ -1,4 +1,5 @@
 compile-each.hxml
 -main unit.TestMain
 -hl bin/unit.hl
--D interp
+-D interp
+-D hl-check

+ 1 - 1
tests/unit/unit_hl.hxproj

@@ -43,7 +43,7 @@
     <hidden path="obj" />
   </hiddenPaths>
   <!-- Executed before build -->
-  <preBuildCommand>haxe compile-hl.hxml -D interp -D fail_eager -D dump</preBuildCommand>
+  <preBuildCommand>haxe compile-hl.hxml -D fail_eager -D dump</preBuildCommand>
   <!-- Executed after build -->
   <postBuildCommand alwaysRun="False" />
   <!-- Other project options -->