From de89cf51c17a6716fe67a4ed3d61c07939e2f9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 7 Nov 2023 22:54:07 +0100 Subject: [PATCH] try 16 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cccb216e..b23abed9 100644 --- a/Makefile +++ b/Makefile @@ -418,6 +418,7 @@ test: qjs ifndef CONFIG_MINGW ./qjs tests/test_worker.js endif +ifndef CONFIG_MINGW ifndef CONFIG_DARWIN ifdef CONFIG_BIGNUM ./qjs --bignum tests/test_bjson.js @@ -426,6 +427,7 @@ else endif ./qjs examples/test_point.js endif +endif ifdef CONFIG_BIGNUM ./qjs --bignum tests/test_op_overloading.js ./qjs --bignum tests/test_bignum.js