2
0
Эх сурвалжийг харах

rename hxml so I find it easier

Simon Krajewski 1 жил өмнө
parent
commit
d39244a949

+ 1 - 1
tests/runci/targets/Macro.hx

@@ -6,7 +6,7 @@ import runci.Config.*;
 class Macro {
 	static public function run(args:Array<String>) {
 		runCommand("haxe", ["compile-hxb-interp.hxml"].concat(args));
-		runCommand("haxe", ["compile-read-hxb-interp.hxml"].concat(args));
+		runCommand("haxe", ["compile-hxb-interp-read.hxml"].concat(args));
 
 		runCommand("haxe", ["compile-macro.hxml"].concat(args));
 

+ 1 - 1
tests/unit/compile-read-hxb-interp.hxml → tests/unit/compile-hxb-interp-read.hxml

@@ -17,4 +17,4 @@
 --main unit.TestMain
 --interp
 # --hxb bin/hxb
---hxb-lib bin/hxb/eval.zip
+--hxb-lib bin/hxb/eval.zip

+ 1 - 1
tests/unit/compile-hxb-roundtrip.hxml

@@ -2,4 +2,4 @@ compile-hxb-interp.hxml
 
 --next
 
-compile-read-hxb-interp.hxml
+compile-hxb-interp-read.hxml