mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
lib/ccan: readd execinfo dependency to failtest
metze Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
cbf44e8d2f
commit
19941a9054
@ -155,4 +155,7 @@ def build(bld):
|
|||||||
ccan_module(bld, 'tcon')
|
ccan_module(bld, 'tcon')
|
||||||
ccan_module(bld, 'tlist', 'ccan-list ccan-tcon')
|
ccan_module(bld, 'tlist', 'ccan-list ccan-tcon')
|
||||||
ccan_module(bld, 'failtest',
|
ccan_module(bld, 'failtest',
|
||||||
"ccan-err ccan-hash ccan-htable ccan-list ccan-read_write_all ccan-str ccan-time")
|
'''
|
||||||
|
ccan-err ccan-hash ccan-htable ccan-list
|
||||||
|
ccan-read_write_all ccan-str ccan-time execinfo
|
||||||
|
''')
|
||||||
|
Loading…
Reference in New Issue
Block a user