diff options
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r-- | source4/torture/raw/raw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c index 411430a565..817105614e 100644 --- a/source4/torture/raw/raw.c +++ b/source4/torture/raw/raw.c @@ -26,10 +26,11 @@ NTSTATUS torture_raw_init(void) { struct torture_suite *suite = torture_suite_create( - talloc_autofree_context(), - "RAW"); + talloc_autofree_context(), + "RAW"); /* RAW smb tests */ torture_suite_add_simple_test(suite, "BENCH-OPLOCK", torture_bench_oplock); + torture_suite_add_simple_test(suite, "BENCH-LOCK", torture_bench_lock); torture_suite_add_simple_test(suite, "QFSINFO", torture_raw_qfsinfo); torture_suite_add_simple_test(suite, "QFILEINFO", torture_raw_qfileinfo); torture_suite_add_simple_test(suite, "SFILEINFO", torture_raw_sfileinfo); |