summaryrefslogtreecommitdiff
path: root/lib/ccan
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-29 15:06:02 +0200
committerMichael Adam <obnox@samba.org>2012-06-29 15:21:15 +0200
commit19941a90548de20ca0deda0b7b16135e7989b77f (patch)
tree0523fa2cd1eacc872f22ee3ef0baf1e91ab0b802 /lib/ccan
parentcbf44e8d2f946139c55b87fc389f0619781c68f3 (diff)
downloadsamba-19941a90548de20ca0deda0b7b16135e7989b77f.tar.gz
samba-19941a90548de20ca0deda0b7b16135e7989b77f.tar.bz2
samba-19941a90548de20ca0deda0b7b16135e7989b77f.zip
lib/ccan: readd execinfo dependency to failtest
metze Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/ccan')
-rw-r--r--lib/ccan/wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ccan/wscript b/lib/ccan/wscript
index 565a65757b..c9bb49b25f 100644
--- a/lib/ccan/wscript
+++ b/lib/ccan/wscript
@@ -155,4 +155,7 @@ def build(bld):
ccan_module(bld, 'tcon')
ccan_module(bld, 'tlist', 'ccan-list ccan-tcon')
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
+ ''')