Skip to content

Commit 2e7b421

Browse files
committed
Diagnose missing make includes
1 parent 866d5c6 commit 2e7b421

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/test/run-make/coverage-llvmir/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# version during testing, with an additional directive at the top of this file
77
# that sets, for example: `min-llvm-version: 12.0`
88

9-
-include ../coverage/coverage_tools.mk
9+
include ../coverage/coverage_tools.mk
1010

1111
BASEDIR=../coverage-llvmir
1212

src/test/run-make/coverage-reports/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
1111
# properly. Since we only have GCC on the CI ignore the test for now.
1212

13-
-include ../coverage/coverage_tools.mk
13+
include ../coverage/coverage_tools.mk
1414

1515
BASEDIR=../coverage-reports
1616
SOURCEDIR=../coverage
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Common Makefile include for Rust `run-make/coverage-* tests. Include this
22
# file with the line:
33
#
4-
# -include ../coverage/coverage_tools.mk
4+
# include ../coverage/coverage_tools.mk
55

6-
-include ../tools.mk
6+
include ../../run-make-fulldeps/tools.mk

0 commit comments

Comments
 (0)