On Tue, Apr 20, 2021 at 7:04 PM Daniel Latypov dlatypov@google.com wrote:
This adds unit tests for kunit_filter_subsuite() and kunit_filter_suites().
Note: what the executor means by "subsuite" is the array of suites corresponding to each test file.
This patch lightly refactors executor.c to avoid the use of global variables to make it testable. It also includes a clever `kfree_at_end()` helper that makes this test easier to write than it otherwise would have been.
Tested by running just the new tests using itself $ ./tools/testing/kunit/kunit.py run '*exec*'
Signed-off-by: Daniel Latypov dlatypov@google.com Reviewed-by: David Gow davidgow@google.com
Acked-by: Brendan Higgins brendanhiggins@google.com Tested-by: Brendan Higgins brendanhiggins@google.com