From deba880986b1029fa059fcfba9b2a72abf598a9b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 May 2011 17:45:34 +0200 Subject: 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 Autobuild-Date: Wed May 4 21:09:22 CEST 2011 on sn-devel-104 --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index c7d263670a..bc5e76792c 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 -- cgit