summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-05-04 17:45:34 +0200
committerVolker Lendecke <vlendec@samba.org>2011-05-04 21:09:22 +0200
commitdeba880986b1029fa059fcfba9b2a72abf598a9b (patch)
tree078cedefae4e5e238b69d65b52e93e0d6a204a85 /source3/Makefile.in
parenta491e8e8d33baac4c376591b932e06ecb39b7932 (diff)
downloadsamba-deba880986b1029fa059fcfba9b2a72abf598a9b.tar.gz
samba-deba880986b1029fa059fcfba9b2a72abf598a9b.tar.xz
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/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c7d263670ac..bc5e76792ce 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1228,6 +1228,7 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta
torture/nbench.o \
torture/test_async_echo.o \
torture/test_smbsock_any_connect.o \
+ torture/test_notify_online.o \
torture/test_addrchange.o \
torture/test_case_insensitive.o \
torture/test_posix_append.o