]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/sanitizer-dylib/Makefile
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
[rust.git] / src / test / run-make / sanitizer-dylib / Makefile
1 -include ../tools.mk
2
3 ifeq ($(TARGET),x86_64-unknown-linux-gnu)
4 all:
5         $(RUSTC) -Z sanitizer=leak --crate-type dylib --target $(TARGET) hello.rs 2>&1 | grep -q 'Only executables and rlibs can be compiled with `-Z sanitizer`'
6 else
7 all:
8 endif