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