]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/wasm-stringify-ints-small/Makefile
Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum
[rust.git] / src / test / run-make / wasm-stringify-ints-small / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 ifeq ($(TARGET),wasm32-unknown-unknown)
4 all:
5         $(RUSTC) foo.rs -C lto -O --target wasm32-unknown-unknown
6         wc -c < $(TMPDIR)/foo.wasm
7         [ "`wc -c < $(TMPDIR)/foo.wasm`" -lt "25000" ]
8 else
9 all:
10 endif