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/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0a951eb37a..6d60136dae 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8903,6 +8903,8 @@ static struct { { "TLDAP", run_tldap }, { "STREAMERROR", run_streamerror }, { "NOTIFY-BENCH", run_notify_bench }, + { "NOTIFY-BENCH2", run_notify_bench2 }, + { "NOTIFY-BENCH3", run_notify_bench3 }, { "BAD-NBT-SESSION", run_bad_nbt_session }, { "SMB-ANY-CONNECT", run_smb_any_connect }, { "NOTIFY-ONLINE", run_notify_online }, -- cgit