commit | 00e63f8afcfc6bf93d75141c51d35e8a40e86363 | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Thu May 25 12:21:29 2023 +0800 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Thu May 25 08:53:01 2023 -0600 |
tree | 2e2107623525c6b11c00a99e075c3398214d2882 | |
parent | b9dce8a1ed3efe0f5c0957f4605140f204226a0f [diff] |
kunit: executor_test: Use kunit_add_action() Now we have the kunit_add_action() function, we can use it to implement kfree_at_end() and free_subsuite_at_end() without the need for extra helper functions. Reviewed-by: Benjamin Berg <benjamin.berg@intel.com> Reviewed-by: Maxime Ripard <maxime@cerno.tech> Tested-by: Maxime Ripard <maxime@cerno.tech> Signed-off-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>