Skip to content

Commit c447eb5

Browse files
committed
run unit tests on hl
1 parent 1a58352 commit c447eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function runUnitTests(target:Target):ExitCode {
4141
// can't run / display results without a browser,
4242
// this at least checks if the tests compile
4343
// also, neko fails randomly for some reason... (#2148)
44-
var runTests = target == Cpp;
44+
var runTests = target == Cpp || target == Hl;
4545

4646
if (runTests) {
4747
Sys.println("Running unit tests...\n");

0 commit comments

Comments
 (0)