diff options
author | David Gow <davidgow@google.com> | 2021-05-22 06:42:41 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2021-06-24 01:49:41 +0200 |
commit | 8a5124c0f33c65a0d94aacac8294e90a87ecf3f6 (patch) | |
tree | 8bcdbbf1f3f7943e18416a8add81af6cb5573746 /tools/testing/kunit/configs | |
parent | kunit: Move default config from arch/um -> tools/testing/kunit (diff) | |
download | linux-8a5124c0f33c65a0d94aacac8294e90a87ecf3f6.tar.xz linux-8a5124c0f33c65a0d94aacac8294e90a87ecf3f6.zip |
kunit: Remove the unused all_tests.config
This isn't used anywhere. While it's possible that people were manually
referencing it, the new default config (in default.config in the same
path) provides equivalent functionality.
Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/kunit/configs')
-rw-r--r-- | tools/testing/kunit/configs/all_tests.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config deleted file mode 100644 index 9235b7d42d38..000000000000 --- a/tools/testing/kunit/configs/all_tests.config +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_KUNIT=y -CONFIG_KUNIT_TEST=y -CONFIG_KUNIT_EXAMPLE_TEST=y |