]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-static-dylib/Makefile
Ban subnormals and NaNs in const {from,to}_bits
[rust.git] / src / test / run-make-fulldeps / c-static-dylib / Makefile
1 -include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,cfoo)
4         $(RUSTC) foo.rs -C prefer-dynamic
5         $(RUSTC) bar.rs
6         rm $(call NATIVE_STATICLIB,cfoo)
7         $(call RUN,bar)
8         $(call REMOVE_DYLIBS,foo)
9         $(call FAIL,bar)