We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6381a82 commit 7da3fcaCopy full SHA for 7da3fca
tests/Makefile
@@ -7,7 +7,7 @@
7
# NOTE: run with TEST_VERBOSE=1 for verbose sharness tests.
8
9
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
10
-BINS = bin/ipfs bin/go-sleep
+BINS = bin/ipfs bin/go-sleep bin/pollEndpoint
11
SHARNESS = lib/sharness/sharness.sh
12
13
# User might want to override those on the command line
@@ -46,6 +46,10 @@ bin/go-sleep:
46
go get -d github.com/chriscool/go-sleep
47
go build -o bin/go-sleep github.com/chriscool/go-sleep
48
49
+bin/pollEndpoint:
50
+ go get -d github.com/whyrusleeping/pollEndpoint
51
+ go build -o bin/pollEndpoint github.com/whyrusleeping/pollEndpoint
52
+
53
race:
54
make GOFLAGS=-race all
55
0 commit comments