summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/issue-24445/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/issue-24445/Makefile')
-rw-r--r--tests/run-make-fulldeps/issue-24445/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/run-make-fulldeps/issue-24445/Makefile b/tests/run-make-fulldeps/issue-24445/Makefile
deleted file mode 100644
index 2a12226a6..000000000
--- a/tests/run-make-fulldeps/issue-24445/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-include ../tools.mk
-
-# only-linux
-
-all:
- $(RUSTC) foo.rs
- $(CC) foo.c -lfoo -L $(TMPDIR) -Wl,--gc-sections -lpthread -ldl -o $(TMPDIR)/foo
- $(call RUN,foo)
- $(CC) foo.c -lfoo -L $(TMPDIR) -Wl,--gc-sections -lpthread -ldl -pie -fPIC -o $(TMPDIR)/foo
- $(call RUN,foo)