mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
12 lines
293 B
Makefile
12 lines
293 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
# ignore-cross-compile
|
|
|
|
all:
|
|
# Smoke-test that `#[bench]` isn't entirely broken.
|
|
$(RUSTC) --test smokebench.rs -O
|
|
$(call RUN,smokebench --bench)
|
|
$(call RUN,smokebench --bench noiter)
|
|
$(call RUN,smokebench --bench yesiter)
|
|
$(call RUN,smokebench)
|