mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-15 02:06:00 +01:00
Build sandbox test only if seccomp enabled
This commit is contained in:
parent
41e14218ef
commit
3a20080210
1 changed files with 11 additions and 9 deletions
|
@ -25,6 +25,7 @@ if check.found()
|
||||||
timeout: 60*60
|
timeout: 60*60
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if seccomp.found()
|
||||||
sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
|
sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
|
||||||
dependencies: build_dependencies + test_dependencies,
|
dependencies: build_dependencies + test_dependencies,
|
||||||
include_directories: include_directories,
|
include_directories: include_directories,
|
||||||
|
@ -33,6 +34,7 @@ if check.found()
|
||||||
test('sandbox', sandbox,
|
test('sandbox', sandbox,
|
||||||
timeout: 60*60
|
timeout: 60*60
|
||||||
)
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
utils = executable('test_utils', ['test_utils.c', 'tests.c'],
|
utils = executable('test_utils', ['test_utils.c', 'tests.c'],
|
||||||
dependencies: build_dependencies + test_dependencies,
|
dependencies: build_dependencies + test_dependencies,
|
||||||
|
|
Loading…
Reference in a new issue