diff options
author | Volker Lendecke <vl@samba.org> | 2011-05-04 17:45:34 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-05-04 21:09:22 +0200 |
commit | deba880986b1029fa059fcfba9b2a72abf598a9b (patch) | |
tree | 078cedefae4e5e238b69d65b52e93e0d6a204a85 /source3/wscript_build | |
parent | a491e8e8d33baac4c376591b932e06ecb39b7932 (diff) | |
download | samba-deba880986b1029fa059fcfba9b2a72abf598a9b.tar.gz samba-deba880986b1029fa059fcfba9b2a72abf598a9b.tar.bz2 samba-deba880986b1029fa059fcfba9b2a72abf598a9b.zip |
s3-torture: Add a test for notify upon read&x
This makes sure that when a file is brought online by a read call
we notify the client for FILE_NOTIFY_CHANGE_ATTRIBUTES.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed May 4 21:09:22 CEST 2011 on sn-devel-104
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 fbc6693346..adeff836af 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -566,6 +566,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_addrchange.c torture/test_posix_append.c torture/test_case_insensitive.c + torture/test_notify_online.c torture/test_smbsock_any_connect.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |