Diagnose missing make includes
This commit is contained in:
parent
866d5c621c
commit
2e7b421778
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue