From c45037b95641f22ec53a39bd13e2535d4d1605bd Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 2 Apr 2023 17:25:20 -0400 Subject: [PATCH] try to fix test-various --- .../hotplug_codegen_backend/Makefile | 2 +- .../hotplug_codegen_backend/some_crate.rs | 0 .../hotplug_codegen_backend/the_backend.rs | 0 tests/run-make/compiler-lookup-paths/Makefile | 3 +++ 4 files changed, 4 insertions(+), 1 deletion(-) rename tests/{run-make => run-make-fulldeps}/hotplug_codegen_backend/Makefile (97%) rename tests/{run-make => run-make-fulldeps}/hotplug_codegen_backend/some_crate.rs (100%) rename tests/{run-make => run-make-fulldeps}/hotplug_codegen_backend/the_backend.rs (100%) diff --git a/tests/run-make/hotplug_codegen_backend/Makefile b/tests/run-make-fulldeps/hotplug_codegen_backend/Makefile similarity index 97% rename from tests/run-make/hotplug_codegen_backend/Makefile rename to tests/run-make-fulldeps/hotplug_codegen_backend/Makefile index 4cda243ffb5a3..6752091e699ff 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 similarity index 100% rename from tests/run-make/hotplug_codegen_backend/some_crate.rs rename to 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 similarity index 100% rename from tests/run-make/hotplug_codegen_backend/the_backend.rs rename to 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 c16bf7af6c48d..310d6772c342c 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