1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

ctdb-build: Link in backtrace support for ctdb_util_tests

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2022-05-04 09:21:38 +10:00 committed by Martin Schwenke
parent 7a1c43fc74
commit f9467cdf3b

View 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',