]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-build: Link in backtrace support for ctdb_util_tests
authorMartin Schwenke <martin@meltin.net>
Tue, 3 May 2022 23:21:38 +0000 (09:21 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 28 Jul 2022 10:09:34 +0000 (10:09 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/wscript

index d56655da4bc6d441a3056b9419c2371e76380754..6ae6ee7436e4731d2afbe0998f7815c51c73e913 100644 (file)
@@ -935,8 +935,16 @@ def build(bld):
 
         bld.SAMBA_BINARY(target,
                          source=src,
-                         deps='''talloc tevent tdb tevent-util popt
-                                 LIBASYNC_REQ samba-util sys_rw''',
+                         deps='''ctdb-tests-backtrace
+                                 LIBASYNC_REQ
+                                 samba-util
+                                 sys_rw
+                                 tevent-util
+                                 talloc
+                                 tevent
+                                 tdb
+                                 popt
+                              ''',
                          install_path='${CTDB_TEST_LIBEXECDIR}')
 
     bld.SAMBA_BINARY('reqid_test',