mirror of
https://github.com/json-c/json-c.git
synced 2026-09-07 08:36:50 +08:00
Merge pull request #948 from thesamesam/meson
meson: wire up `disable_extra_libs` option
This commit is contained in:
+3
-1
@@ -4,6 +4,7 @@ test_lib = static_library(
|
||||
objects: libjson.extract_all_objects(
|
||||
recursive: false,
|
||||
),
|
||||
build_by_default: false,
|
||||
install: false,
|
||||
)
|
||||
|
||||
@@ -65,7 +66,8 @@ foreach t : test_cases
|
||||
name = t[0]
|
||||
expected = t[1]
|
||||
exe = executable(name, name + '.c',
|
||||
dependencies: test_deps
|
||||
dependencies: test_deps,
|
||||
build_by_default: false
|
||||
)
|
||||
|
||||
test(name, exe,
|
||||
|
||||
Reference in New Issue
Block a user