]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/dep-graph/Makefile
:arrow_up: rust-analyzer
[rust.git] / src / test / 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