From aa745fef07056bc25cf4759bfff9ab1a6ef11a5d Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 4 Mar 2015 15:06:26 +0100 Subject: [PATCH] specify new dep in sharenss Makefile --- test/Makefile | 2 +- test/sharness/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 3b16ff82e..91304ae87 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ bin/multihash: $(MULTIHASH_SRC)/**/*.go bin/ipfs: $(IPFS_ROOT)/**/*.go go build -o bin/ipfs $(IPFS_CMD) -bin/pollEndpoint: $(POLLENDPOINT_SRC)/*.go +bin/pollEndpoint: $(POLLENDPOINT_SRC)/*.go go build -o bin/pollEndpoint $(POLLENDPOINT_SRC) test: test_expensive diff --git a/test/sharness/Makefile b/test/sharness/Makefile index 392826632..144262f98 100644 --- a/test/sharness/Makefile +++ b/test/sharness/Makefile @@ -7,7 +7,7 @@ # NOTE: run with TEST_VERBOSE=1 for verbose sharness tests. T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)) -BINS = bin/random bin/multihash bin/ipfs +BINS = bin/random bin/multihash bin/ipfs bin/pollEndpoint SHARNESS = lib/sharness/sharness.sh IPFS_ROOT = ../..