From c447eb53f6ea5336c059c62ba2c64319bbe53d52 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Tue, 11 Jun 2024 12:01:42 -0500 Subject: [PATCH] run unit tests on hl --- src/Tests.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests.hx b/src/Tests.hx index f42b030..7113da0 100644 --- a/src/Tests.hx +++ b/src/Tests.hx @@ -41,7 +41,7 @@ private function runUnitTests(target:Target):ExitCode { // can't run / display results without a browser, // this at least checks if the tests compile // also, neko fails randomly for some reason... (#2148) - var runTests = target == Cpp; + var runTests = target == Cpp || target == Hl; if (runTests) { Sys.println("Running unit tests...\n");