]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-51671/Makefile
rustdoc-json: Make the `fns/generics.rs` test much more robust
[rust.git] / src / test / run-make-fulldeps / issue-51671 / Makefile
1 -include ../tools.mk
2
3 # ignore-windows-msvc
4
5 all:
6         $(RUSTC) --emit=obj app.rs
7         nm $(TMPDIR)/app.o | $(CGREP) rust_begin_unwind
8         nm $(TMPDIR)/app.o | $(CGREP) rust_eh_personality
9         nm $(TMPDIR)/app.o | $(CGREP) rust_oom