Skip to content

Commit 2b22670

Browse files
committed
tests: add run-make-fulldeps split-dwarf test
This commit adds a run-make-fulldeps test which checks that a DWARF package file is emitted. Signed-off-by: David Wood <[email protected]>
1 parent 6c4350d commit 2b22670

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-include ../tools.mk
2+
3+
# only-linux
4+
5+
all:
6+
$(RUSTC) -Z split-dwarf=split foo.rs
7+
rm $(TMPDIR)/foo.dwp
8+
rm $(TMPDIR)/$(call BIN,foo)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fn main() {}

0 commit comments

Comments
 (0)