LCOV - code coverage report
Current view: top level - source4/torture/local - smbtorture_fullname.c (source / functions) Hit Total Coverage
Test: coverage report for recycleplus df22b230 Lines: 11 13 84.6 %
Date: 2024-02-14 10:14:15 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #include "includes.h"
       2             : #include "torture/smbtorture.h"
       3             : #include "torture/local/proto.h"
       4             : 
       5           0 : static bool test_smbtorture_always_pass(struct torture_context *tctx)
       6             : {
       7           0 :         return true;
       8             : }
       9             : 
      10         966 : struct torture_suite *torture_local_smbtorture(TALLOC_CTX *ctx)
      11             : {
      12         966 :         struct torture_suite *suite = torture_suite_create(ctx, "smbtorture");
      13         966 :         struct torture_suite *suite_level1 = torture_suite_create(ctx,
      14             :                                                                    "level1");
      15         966 :         struct torture_suite *suite_level2 = torture_suite_create(ctx,
      16             :                                                                    "level2");
      17         966 :         struct torture_suite *suite_level3 = torture_suite_create(ctx,
      18             :                                                                   "level3");
      19             : 
      20         966 :         torture_suite_add_suite(suite_level2, suite_level3);
      21         966 :         torture_suite_add_suite(suite_level1, suite_level2);
      22         966 :         torture_suite_add_suite(suite, suite_level1);
      23             : 
      24         966 :         torture_suite_add_simple_test(suite_level3, "always_pass",
      25             :                                      test_smbtorture_always_pass);
      26             : 
      27         966 :         suite->description = talloc_strdup(suite,
      28             :                                 "smbtorture multilevel always pass test.");
      29             : 
      30         966 :         return suite;
      31             : }

Generated by: LCOV version 1.14