diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-05 09:23:42 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-01-05 13:09:36 +0100 |
commit | 0d0141893ea91f3d1e67257f94a0327f8b7c56a9 (patch) | |
tree | 323ff8a86786d33c3ae85ee8c28b440ff1a203eb /source3/wscript_build | |
parent | f1432d14a41a2dee0669c2f2220a56fc4881df12 (diff) | |
download | samba-0d0141893ea91f3d1e67257f94a0327f8b7c56a9.tar.gz samba-0d0141893ea91f3d1e67257f94a0327f8b7c56a9.tar.bz2 samba-0d0141893ea91f3d1e67257f94a0327f8b7c56a9.zip |
s3: Add a test excercising the share mode cleanup routine
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 8ac6cc0d48..e6b23f8af7 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -570,6 +570,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_smb2.c torture/test_authinfo_structs.c torture/test_smbsock_any_connect.c + torture/test_cleanup.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |