diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-04-27 18:03:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-28 13:30:44 -0700 |
commit | 74bc7c97fa88ae334752e7b45702d23813df8873 (patch) | |
tree | 85ea60123871db4f56afd2d3fbe9808ede92d210 /Documentation/ia64 | |
parent | e7f304607778e31bfd8e6b00ce2a8f990b265e14 (diff) |
kselftest: add fixture variants
Allow users to build parameterized variants of fixtures.
If fixtures want variants, they call FIXTURE_VARIANT() to declare
the structure to fill for each variant. Each fixture will be re-run
for each of the variants defined by calling FIXTURE_VARIANT_ADD()
with the differing parameters initializing the structure.
Since tests are being re-run, additional initialization (steps,
no_print) is also added.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/ia64')
0 files changed, 0 insertions, 0 deletions