Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Aug 13, 2024
1 parent cf64462 commit 454a569
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions haxe_libraries/hx4compat.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @install: lix --silent download "gh://github.com/HaxeFoundation/hx4compat#bcfa1ee78bca457c0db38e10aa3e7d5ba816943c" into hx4compat/1.0.0/github/bcfa1ee78bca457c0db38e10aa3e7d5ba816943c
-cp ${HAXE_LIBCACHE}/hx4compat/1.0.0/github/bcfa1ee78bca457c0db38e10aa3e7d5ba816943c/std
-D hx4compat=1.0.0
5 changes: 5 additions & 0 deletions haxe_libraries/utest.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:/utest#1.13.2" into utest/1.13.2/haxelib
-cp ${HAXE_LIBCACHE}/utest/1.13.2/haxelib/src
-D utest=1.13.2
--macro utest.utils.Macro.checkHaxe()
--macro utest.utils.Macro.importEnvSettings()
2 changes: 1 addition & 1 deletion tests/RunCi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RunCi {
static inline var EXAMPLES_DIR = "../www/examples/";
static var examplesToSkip = [#if (haxe_ver < "4.2.0") "Example-23.hx" #end];
static var exampleTargets = ["Example-20.hx" => Js];
static var librariesForExamples = ["Example-22.hx" => ["utest"]];
static var librariesForExamples = ["Example-22.hx" => ["utest", "hx4compat"]];

public static function main():Void {
var target:Target = Sys.args()[0];
Expand Down

0 comments on commit 454a569

Please sign in to comment.