diff options
Diffstat (limited to '')
-rw-r--r-- | tests/run-make/c-static-rlib/Makefile (renamed from tests/run-make-fulldeps/c-static-rlib/Makefile) | 1 | ||||
-rw-r--r-- | tests/run-make/c-static-rlib/bar.rs (renamed from tests/run-make-fulldeps/c-static-rlib/bar.rs) | 0 | ||||
-rw-r--r-- | tests/run-make/c-static-rlib/cfoo.c (renamed from tests/run-make-fulldeps/c-static-rlib/cfoo.c) | 0 | ||||
-rw-r--r-- | tests/run-make/c-static-rlib/foo.rs (renamed from tests/run-make-fulldeps/c-static-rlib/foo.rs) | 0 |
4 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/c-static-rlib/Makefile b/tests/run-make/c-static-rlib/Makefile index 11a3cf194..4e351127c 100644 --- a/tests/run-make-fulldeps/c-static-rlib/Makefile +++ b/tests/run-make/c-static-rlib/Makefile @@ -1,3 +1,4 @@ +# ignore-cross-compile include ../tools.mk all: $(call NATIVE_STATICLIB,cfoo) diff --git a/tests/run-make-fulldeps/c-static-rlib/bar.rs b/tests/run-make/c-static-rlib/bar.rs index b8c798ffd..b8c798ffd 100644 --- a/tests/run-make-fulldeps/c-static-rlib/bar.rs +++ b/tests/run-make/c-static-rlib/bar.rs diff --git a/tests/run-make-fulldeps/c-static-rlib/cfoo.c b/tests/run-make/c-static-rlib/cfoo.c index 9fe07f82f..9fe07f82f 100644 --- a/tests/run-make-fulldeps/c-static-rlib/cfoo.c +++ b/tests/run-make/c-static-rlib/cfoo.c diff --git a/tests/run-make-fulldeps/c-static-rlib/foo.rs b/tests/run-make/c-static-rlib/foo.rs index 9c6d2080e..9c6d2080e 100644 --- a/tests/run-make-fulldeps/c-static-rlib/foo.rs +++ b/tests/run-make/c-static-rlib/foo.rs |