Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 045d6c8

Browse files
committed
sharness/Makefile: add 'go-poll-endpoint' target
1 parent e3a6238 commit 045d6c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/sharness/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ aggregate: clean-test-results $(T)
3636
@echo "*** $@ ***"
3737
ls test-results/t*-*.sh.*.counts | $(AGGREGATE)
3838

39-
deps: sharness $(BINS) curl
39+
deps: sharness $(BINS) curl go-poll-endpoint
4040

4141
sharness:
4242
@echo "*** checking $@ ***"
@@ -49,5 +49,11 @@ sharness:
4949
curl:
5050
@which curl >/dev/null || (echo "Please install curl!" && false)
5151

52+
go-poll-endpoint:
53+
@which go-poll-endpoint >/dev/null || \
54+
(echo "Please install go-poll-endpoint!" && \
55+
echo "See: https://github.com/ipfs/go-poll-endpoint" && \
56+
false)
57+
5258
.PHONY: all help clean clean-test-results $(T) aggregate deps sharness
5359

0 commit comments

Comments
 (0)