diff options
Diffstat (limited to 'tests/run-make/dump-mono-stats/Makefile')
-rw-r--r-- | tests/run-make/dump-mono-stats/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/dump-mono-stats/Makefile b/tests/run-make/dump-mono-stats/Makefile new file mode 100644 index 000000000..fe1112fb0 --- /dev/null +++ b/tests/run-make/dump-mono-stats/Makefile @@ -0,0 +1,5 @@ +include ../../run-make-fulldeps/tools.mk + +all: + $(RUSTC) --crate-type lib foo.rs -Z dump-mono-stats=$(TMPDIR) -Zdump-mono-stats-format=json + cat $(TMPDIR)/foo.mono_items.json | $(CGREP) '"name":"bar"' |