summaryrefslogtreecommitdiff
path: root/lib/ccan
diff options
context:
space:
mode:
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
+ ''')