diff options
Diffstat (limited to 'tests/run-make/forced-unwind-terminate-pof/Makefile')
-rw-r--r-- | tests/run-make/forced-unwind-terminate-pof/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run-make/forced-unwind-terminate-pof/Makefile b/tests/run-make/forced-unwind-terminate-pof/Makefile new file mode 100644 index 000000000..871621520 --- /dev/null +++ b/tests/run-make/forced-unwind-terminate-pof/Makefile @@ -0,0 +1,9 @@ +# ignore-cross-compile +# only-linux +include ../tools.mk + +all: foo + $(call RUN,foo) | $(CGREP) -v "cannot unwind" + +foo: foo.rs + $(RUSTC) $< |