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/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 2771358972..652743c86f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -576,6 +576,8 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_cleanup.c torture/test_ctdbconn.c torture/test_msg.c + torture/test_notify.c + lib/tevent_barrier.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} -- cgit