We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1aed54 commit 5f176a3Copy full SHA for 5f176a3
meson.build
@@ -482,6 +482,21 @@ if tests.allowed()
482
483
c_args: qjs_c_args,
484
dependencies: qjs_dep,
485
+ build_by_default: false,
486
+ ),
487
+ )
488
+
489
+ # Function.toString() test
490
+ test(
491
+ 'function_source',
492
+ executable(
493
494
+ 'gen/function_source.c',
495
+ qjs_libc_srcs,
496
497
+ c_args: qjs_c_args,
498
+ dependencies: qjs_dep,
499
500
),
501
)
502
endif
@@ -497,14 +512,6 @@ executable(
512
build_by_default: false,
513
514
-executable(
- 'function_source',
- 'gen/function_source.c',
503
- qjs_libc_srcs,
504
-
505
- c_args: qjs_c_args,
506
- dependencies: qjs_dep,
507
-)
508
515
509
516
if examples.allowed()
510
517
executable(
0 commit comments