Skip to content

Commit

Permalink
try 15
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 7, 2023
1 parent 051ff85 commit 367f287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 367f287

Please sign in to comment.