rust/tests/run-make/forced-unwind-terminate-pof/Makefile
2023-05-07 12:38:47 +01:00

10 lines
139 B
Makefile

# ignore-cross-compile
# only-linux
include ../tools.mk
all: foo
$(call RUN,foo) | $(CGREP) -v "cannot unwind"
foo: foo.rs
$(RUSTC) $<