]> git.lizzy.rs Git - rust.git/blob - tests/run-make/dep-graph/Makefile
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / run-make / dep-graph / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 # ignore-cross-compile
4
5 # Just verify that we successfully run and produce dep graphs when requested.
6
7 all:
8         RUST_DEP_GRAPH=$(TMPDIR)/dep-graph $(RUSTC) \
9         -Cincremental=$(TMPDIR)/incr \
10         -Zquery-dep-graph -Zdump-dep-graph foo.rs
11         test -f $(TMPDIR)/dep-graph.txt
12         test -f $(TMPDIR)/dep-graph.dot