summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
diff options
context:
space:
mode:
authorDavid Gow <davidgow@google.com>2021-05-21 21:42:41 -0700
committerShuah Khan <skhan@linuxfoundation.org>2021-06-23 17:49:41 -0600
commit8a5124c0f33c65a0d94aacac8294e90a87ecf3f6 (patch)
tree8bcdbbf1f3f7943e18416a8add81af6cb5573746 /tools/testing/kunit
parentd9d6b8225e7319fde69b1aa59c3bb66d501f3845 (diff)
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')
-rw-r--r--tools/testing/kunit/configs/all_tests.config3
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