From ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Apr 2012 14:35:12 +0200 Subject: s3: Add two notify benchmark tests --- 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 82ff1f0c87..aef9750cbd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1278,6 +1278,7 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta torture/test_cleanup.o \ torture/test_ctdbconn.o \ torture/test_msg.o \ + torture/test_notify.o \ torture/t_strappend.o SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \ -- cgit