Diagnose missing make includes

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

View File

@ -6,7 +6,7 @@
# version during testing, with an additional directive at the top of this file
# that sets, for example: `min-llvm-version: 12.0`
-include ../coverage/coverage_tools.mk
include ../coverage/coverage_tools.mk
BASEDIR=../coverage-llvmir

View File

@ -10,7 +10,7 @@
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
# properly. Since we only have GCC on the CI ignore the test for now.
-include ../coverage/coverage_tools.mk
include ../coverage/coverage_tools.mk
BASEDIR=../coverage-reports
SOURCEDIR=../coverage

View File

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