kunit: Remove the unused all_tests.config
authorDavid Gow <davidgow@google.com>
Sat, 22 May 2021 04:42:41 +0000 (21:42 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Jun 2021 23:49:41 +0000 (17:49 -0600)
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>
tools/testing/kunit/configs/all_tests.config [deleted file]

diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config
deleted file mode 100644 (file)
index 9235b7d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG_KUNIT=y
-CONFIG_KUNIT_TEST=y
-CONFIG_KUNIT_EXAMPLE_TEST=y