]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/test-harness/Makefile
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / 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'