浏览代码

rename hxml so I find it easier

Simon Krajewski 1 年之前
父节点
当前提交
d39244a949
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      tests/runci/targets/Macro.hx
  2. 1 1
      tests/unit/compile-hxb-interp-read.hxml
  3. 1 1
      tests/unit/compile-hxb-roundtrip.hxml

+ 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