1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

torture3: Test ctdb_req_send/recv

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke
2020-03-12 16:20:50 +01:00
committed by Ralph Boehme
parent e1418589b0
commit 7a7d56c562
5 changed files with 327 additions and 2 deletions

View File

@ -1181,6 +1181,11 @@ bld.SAMBA3_BINARY('locktest2',
''',
for_selftest=True)
TORTURE3_ADDITIONAL_SOURCE=""
if bld.env.with_ctdb:
TORTURE3_ADDITIONAL_SOURCE += ' torture/test_ctdbd_conn.c'
bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
source='''
torture/torture.c
@ -1221,7 +1226,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
torture/test_idmap_cache.c
torture/test_hidenewfiles.c
torture/test_readdir_timestamp.c
''',
''' + TORTURE3_ADDITIONAL_SOURCE,
deps='''
talloc
smbconf