From 367f2874c65efac21af9ff499da1004eb2294afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 7 Nov 2023 22:49:36 +0100 Subject: [PATCH] try 15 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7947e469..cccb216e 100644 --- a/Makefile +++ b/Makefile @@ -415,7 +415,9 @@ test: qjs ./qjs tests/test_builtin.js ./qjs tests/test_loop.js ./qjs tests/test_std.js +ifndef CONFIG_MINGW ./qjs tests/test_worker.js +endif ifndef CONFIG_DARWIN ifdef CONFIG_BIGNUM ./qjs --bignum tests/test_bjson.js @@ -434,9 +436,7 @@ ifdef CONFIG_M32 ./qjs32 tests/test_builtin.js ./qjs32 tests/test_loop.js ./qjs32 tests/test_std.js -ifndef CONFIG_MINGW ./qjs32 tests/test_worker.js -endif ifdef CONFIG_BIGNUM ./qjs32 --bignum tests/test_op_overloading.js ./qjs32 --bignum tests/test_bignum.js