From 63576057ac6acada5580ec223e8886ad85f5416f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 28 Apr 2023 08:17:21 -0600 Subject: [PATCH] add utest dependency --- haxe_libraries/utest.hxml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 haxe_libraries/utest.hxml diff --git a/haxe_libraries/utest.hxml b/haxe_libraries/utest.hxml new file mode 100644 index 0000000..7c20620 --- /dev/null +++ b/haxe_libraries/utest.hxml @@ -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()