diff options
author | Volker Lendecke <vl@samba.org> | 2012-05-11 14:39:42 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-05-25 09:19:39 -0700 |
commit | 68d03f2ef587d32e1c80e51716b032c8c307ad1e (patch) | |
tree | 3a680fa37cfcd1fc3bbab228e677863ec186c1b1 /source3/wscript_build | |
parent | 58dff077d994b66591f5c208112027959336b178 (diff) | |
download | samba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.tar.gz samba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.tar.bz2 samba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.zip |
s3: Test whether get_share_mode_lock cleans up stale processes
Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index f923463b6b..b070c56208 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -554,7 +554,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_idmap_tdb_common.c torture/t_strappend.c''' -SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} +SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} ${LOCKING_SRC} ${FNAME_UTIL_SRC} torture/wbc_async.c''' MASKTEST_SRC = '''torture/masktest.c''' @@ -1384,6 +1384,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3, TLDAP RPC_NDR_ECHO WB_REQTRANS + NDR_OPEN_FILES idmap ''', vars=locals()) |