]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/test-harness/Makefile
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / src / test / run-make-fulldeps / test-harness / Makefile
1 -include ../tools.mk
2
3 all:
4         # check that #[cfg_attr(..., ignore)] does the right thing.
5         $(RUSTC) --test test-ignore-cfg.rs --cfg ignorecfg
6         $(call RUN,test-ignore-cfg) | $(CGREP) 'shouldnotignore ... ok' 'shouldignore ... ignored'
7         $(call RUN,test-ignore-cfg --quiet) | $(CGREP) -e "^i\.$$"
8         $(call RUN,test-ignore-cfg --quiet) | $(CGREP) -v 'should'