Skip to content

Commit

Permalink
Port display tests to utest (HaxeFoundation#7895)
Browse files Browse the repository at this point in the history
* [tests] start on porting display tests to utest

* [tests] fix position

* dodge utest problem

* [tests] green

* [tests] need utest earlier

* [tests] avoid utest variance problem
  • Loading branch information
Simn authored Feb 28, 2019
1 parent 28a2b08 commit f04cbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runci/targets/Macro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Macro {
static public function run(args:Array<String>) {
runCommand("haxe", ["compile-macro.hxml"].concat(args));

haxelibInstall("utest");

changeDirectory(displayDir);
runCommand("haxe", ["build.hxml"]);

Expand All @@ -25,7 +27,6 @@ class Macro {
runCommand("haxe", ["compile.hxml"]);

changeDirectory(sysDir);
haxelibInstall("utest");
runCommand("haxe", ["compile-macro.hxml"]);
runCommand("haxe", ["compile-each.hxml", "--run", "Main"]);
}
Expand Down

0 comments on commit f04cbbc

Please sign in to comment.