From: David Gow Date: Sat, 22 May 2021 04:42:41 +0000 (-0700) Subject: kunit: Remove the unused all_tests.config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a5124c0f33c65a0d94aacac8294e90a87ecf3f6;p=linux.git 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 Reviewed-by: Brendan Higgins Signed-off-by: Shuah Khan --- diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config deleted file mode 100644 index 9235b7d42d389..0000000000000 --- 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