linux/tools/testing/kunit/configs
Daniel Latypov 1d202d1496 kunit: add coverage_uml.config to enable GCOV on UML
Now that kunit.py's --kunitconfig is repeatable, let's create a file to
hold the various options needed to enable coverage under UML.

This can be used like so:
$ ./tools/testing/kunit/kunit.py run \
  --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \
  --kunitconfig=tools/testing/kunit/configs/coverage_uml.config \
  --make_options=CC=/usr/bin/gcc-6

which on my system is enough to get coverage working [1].

This is still a clunky command, but far better than before.

[1] at the time of this commit, I get:
  Overall coverage rate:
    lines......: 11.6% (34112 of 295033 lines)
    functions..: 15.3% (3721 of 24368 functions)

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-07-07 18:06:36 -06:00
..
all_tests_uml.config kunit: tool: Add list of all valid test configs on UML 2022-05-16 13:23:33 -06:00
broken_on_uml.config kunit: tool: Disable PAGE_POISONING under --alltests 2021-03-11 14:37:37 -07:00
coverage_uml.config kunit: add coverage_uml.config to enable GCOV on UML 2022-07-07 18:06:36 -06:00
default.config kunit: Move default config from arch/um -> tools/testing/kunit 2021-06-23 17:49:17 -06:00