Skip to content

Commit 7da3fca

Browse files
committed
add pollEndpoint test dep
1 parent 6381a82 commit 7da3fca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: run with TEST_VERBOSE=1 for verbose sharness tests.
88

99
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
10-
BINS = bin/ipfs bin/go-sleep
10+
BINS = bin/ipfs bin/go-sleep bin/pollEndpoint
1111
SHARNESS = lib/sharness/sharness.sh
1212

1313
# User might want to override those on the command line
@@ -46,6 +46,10 @@ bin/go-sleep:
4646
go get -d github.com/chriscool/go-sleep
4747
go build -o bin/go-sleep github.com/chriscool/go-sleep
4848

49+
bin/pollEndpoint:
50+
go get -d github.com/whyrusleeping/pollEndpoint
51+
go build -o bin/pollEndpoint github.com/whyrusleeping/pollEndpoint
52+
4953
race:
5054
make GOFLAGS=-race all
5155

0 commit comments

Comments
 (0)