diff options
| author | jyn <jyn.nelson@redjack.com> | 2023-04-02 17:25:20 -0400 |
|---|---|---|
| committer | jyn <jyn.nelson@redjack.com> | 2023-04-02 17:54:24 -0400 |
| commit | c45037b95641f22ec53a39bd13e2535d4d1605bd (patch) | |
| tree | 589650a4bc0387541bc257305da283453d2f861c | |
| parent | 4851d5663cf74fafc1d753d68394ea0011cfde36 (diff) | |
| download | rust-c45037b95641f22ec53a39bd13e2535d4d1605bd.tar.gz rust-c45037b95641f22ec53a39bd13e2535d4d1605bd.zip | |
try to fix test-various
| -rw-r--r-- | tests/run-make-fulldeps/hotplug_codegen_backend/Makefile (renamed from tests/run-make/hotplug_codegen_backend/Makefile) | 2 | ||||
| -rw-r--r-- | tests/run-make-fulldeps/hotplug_codegen_backend/some_crate.rs (renamed from tests/run-make/hotplug_codegen_backend/some_crate.rs) | 0 | ||||
| -rw-r--r-- | tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs (renamed from tests/run-make/hotplug_codegen_backend/the_backend.rs) | 0 | ||||
| -rw-r--r-- | tests/run-make/compiler-lookup-paths/Makefile | 3 |
4 files changed, 4 insertions, 1 deletions
diff --git a/tests/run-make/hotplug_codegen_backend/Makefile b/tests/run-make-fulldeps/hotplug_codegen_backend/Makefile index 4cda243ffb5..6752091e699 100644 --- a/tests/run-make/hotplug_codegen_backend/Makefile +++ b/tests/run-make-fulldeps/hotplug_codegen_backend/Makefile @@ -1,4 +1,4 @@ -include ../tools.mk +include ../../run-make/tools.mk # ignore-stage1 diff --git a/tests/run-make/hotplug_codegen_backend/some_crate.rs b/tests/run-make-fulldeps/hotplug_codegen_backend/some_crate.rs index da27b7f3463..da27b7f3463 100644 --- a/tests/run-make/hotplug_codegen_backend/some_crate.rs +++ b/tests/run-make-fulldeps/hotplug_codegen_backend/some_crate.rs diff --git a/tests/run-make/hotplug_codegen_backend/the_backend.rs b/tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs index 8dac53c2a62..8dac53c2a62 100644 --- a/tests/run-make/hotplug_codegen_backend/the_backend.rs +++ b/tests/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs diff --git a/tests/run-make/compiler-lookup-paths/Makefile b/tests/run-make/compiler-lookup-paths/Makefile index c16bf7af6c4..310d6772c34 100644 --- a/tests/run-make/compiler-lookup-paths/Makefile +++ b/tests/run-make/compiler-lookup-paths/Makefile @@ -1,5 +1,8 @@ include ../tools.mk +# ignore-wasm32 (need a C compiler) +# ignore-wasm64 (need a C compiler) + all: $(TMPDIR)/libnative.a mkdir -p $(TMPDIR)/crate mkdir -p $(TMPDIR)/native |
