aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/configs/coverage_uml.config
blob: bacb77664fa80a0d08edabcee603aaf3a86bed5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# This config fragment enables coverage on UML, which is different from the
# normal gcov used in other arches (no debugfs).
# Example usage:
# ./tools/testing/kunit/kunit.py run \
#   --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \
#   --kunitconfig=tools/testing/kunit/configs/coverage_uml.config

CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_GCOV=y