crosvm/tools/impl
Dennis Kempin 9ec4afc0ae test_runner: Support multiple profiles per test
Tests may spawn multiple processes (e.g. for running crosvm in
integration_tests). We want those to generate a separate profile
file to collect them as well.

This should add coverage from integration tests into the coverage
data.

BUG=b:239255082
TEST=./tools/run_tests --generate-lcov coverage.lcov

Change-Id: Ic6c6b0801b676c96c4692069c1cd6111edea6fc4
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3840311
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: Dennis Kempin <denniskempin@google.com>
2022-08-18 18:42:17 +00:00
..
dev_container
testvm
__init__.py
bindgen-common.sh
check_code_hygiene.py
common.py tools/impl/common.py: Remove __future__ import 2022-08-18 00:18:27 +00:00
health_check.py health-check: Add check for newline at ends of files 2022-08-18 00:17:04 +00:00
test_config.py crosvm: build crosvm on windows 2022-08-04 03:19:02 +00:00
test_runner.py test_runner: Support multiple profiles per test 2022-08-18 18:42:17 +00:00
test_target.py test_runner: Support multiple profiles per test 2022-08-18 18:42:17 +00:00
testvm.py