Skip to content

Commit

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

0 comments on commit de89cf5

Please sign in to comment.