Skip to content

Commit 0bd3500

Browse files
Remove check for echo
1 parent 0b0cc4e commit 0bd3500

File tree

1 file changed

+0
-4
lines changed
  • tests/run-make-fulldeps/hotplug_codegen_backend

1 file changed

+0
-4
lines changed

tests/run-make-fulldeps/hotplug_codegen_backend/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ include ../../run-make/tools.mk
66
# backends and that this external codegen backend is only included in the dep info if
77
# -Zbinary-dep-depinfo is used.
88

9-
REQUIRED := echo # This test requires `echo` to exist
10-
$(foreach bin,$(REQUIRED),\
11-
$(if $(shell command -v $(bin) 2> /dev/null),,$(error Error: Please install `$(bin)`)))
12-
139
all:
1410
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
1511
-o $(TMPDIR)/the_backend.dylib

0 commit comments

Comments
 (0)