Move coverage tests from run-make-fulldeps to run-make

This commit is contained in:
Tomasz Miąsko 2022-07-25 00:00:00 +00:00
parent 48316dfea1
commit 866d5c621c
100 changed files with 4 additions and 4 deletions

View File

@ -1,3 +0,0 @@
# Directory "coverage" supports the tests at prefix ../coverage-*
# Use ./x.py [options] test src/test/run-make-fulldeps/coverage to run all related tests.

View File

@ -0,0 +1,3 @@
# Directory "coverage" supports the tests at prefix ../coverage-*
# Use ./x.py [options] test src/test/run-make/coverage to run all related tests.

View File

@ -1,4 +1,4 @@
# Common Makefile include for Rust `run-make-fulldeps/coverage-* tests. Include this
# Common Makefile include for Rust `run-make/coverage-* tests. Include this
# file with the line:
#
# -include ../coverage/coverage_tools.mk