aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/kunit/configs/default.config
AgeCommit message (Collapse)AuthorFilesLines
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow1-0/+3
The default .kunitconfig file is currently kept in arch/um/configs/kunit_defconfig, but -- with the impending QEMU patch -- will no-longer be exclusively used for UML-based kernels. Move it alongside the other KUnit configs in tools/testing/kunit/configs, and give it a name which matches the existing all_tests.config and broken_on_uml.config files. Also update the Getting Started documentation to point to the new file. Signed-off-by: David Gow <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Shuah Khan <[email protected]>