From 0d0141893ea91f3d1e67257f94a0327f8b7c56a9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2012 09:23:42 +0100 Subject: s3: Add a test excercising the share mode cleanup routine --- 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 4bd1b40b64..72f2c9f14e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1264,6 +1264,7 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta torture/test_posix_append.o \ torture/test_smb2.o \ torture/test_authinfo_structs.o \ + torture/test_cleanup.o \ torture/t_strappend.o SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \ -- cgit