Skip to content

Commit ba74a62

Browse files
committed
Diagnose missing includes in run-make tests
1 parent 38528d4 commit ba74a62

File tree

273 files changed

+273
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+273
-273
lines changed

src/test/run-make-fulldeps/a-b-a-linker-guard/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# Test that if we build `b` against a version of `a` that has one set
44
# of types, it will not run with a dylib that has a different set of
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
all:
44
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../../library/alloc/src/lib.rs --cfg no_global_oom_handling

src/test/run-make-fulldeps/allow-non-lint-warnings-cmdline/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# Test that -A warnings makes the 'empty trait list for derive' warning go away
44
OUT=$(shell $(RUSTC) foo.rs -A warnings 2>&1 | grep "warning" )

src/test/run-make-fulldeps/allow-warnings-cmdline-stability/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# Test that -A warnings makes the 'empty trait list for derive' warning go away
44
DEP=$(shell $(RUSTC) bar.rs)

src/test/run-make-fulldeps/archive-duplicate-names/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
all:
44
mkdir $(TMPDIR)/a

src/test/run-make-fulldeps/arguments-non-c-like-enum/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
all:
44
$(RUSTC) --crate-type=staticlib nonclike.rs

src/test/run-make-fulldeps/atomic-lock-free/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# This tests ensure that atomic types are never lowered into runtime library calls that are not
44
# guaranteed to be lock-free.

src/test/run-make-fulldeps/bare-outfile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
all:
44
cp foo.rs $(TMPDIR)

src/test/run-make-fulldeps/c-dynamic-dylib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# ignore-macos
44
#

src/test/run-make-fulldeps/c-dynamic-rlib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../tools.mk
22

33
# ignore-macos
44
#

0 commit comments

Comments
 (0)