summaryrefslogtreecommitdiffstats
path: root/tests/run-make/test-benches/Makefile
blob: 0253a52637f69dc7e5971f0c5bcfd58bda4de051 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../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)