summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-08 16:26:57 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-09 16:49:33 +0200
commitba42cccf008bfeb2bb4621fef7882bd3077dfe41 (patch)
tree90f67cf70fd33dcde7f8f4c0cc9dec07adb8e7df /source4/torture/smb2/smb2.c
parent959503ed1ac76c4ebb8d7941a3a2462ae93869c4 (diff)
downloadsamba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.tar.gz
samba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.tar.bz2
samba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.zip
s4:torture: add SMB2-COMPOUND test
metze
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index 64456aaed5..a5730a7eb3 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -142,6 +142,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_durable_open_init());
torture_suite_add_1smb2_test(suite, "OPLOCK-BATCH1", torture_smb2_oplock_batch1);
torture_suite_add_suite(suite, torture_smb2_lease_init());
+ torture_suite_add_suite(suite, torture_smb2_compound_init());
suite->description = talloc_strdup(suite, "SMB2-specific tests");