summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/c-static-rlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/c-static-rlib/Makefile')
-rw-r--r--tests/run-make-fulldeps/c-static-rlib/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/run-make-fulldeps/c-static-rlib/Makefile b/tests/run-make-fulldeps/c-static-rlib/Makefile
deleted file mode 100644
index 11a3cf194..000000000
--- a/tests/run-make-fulldeps/c-static-rlib/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../tools.mk
-
-all: $(call NATIVE_STATICLIB,cfoo)
- $(RUSTC) foo.rs
- $(RUSTC) bar.rs
- $(call REMOVE_RLIBS,foo)
- rm $(call NATIVE_STATICLIB,cfoo)
- $(call RUN,bar)