Commit 5680c112 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

test: install random from vendored code

parent 49f30b15
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)) T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
SHARNESS = sharness/sharness.sh SHARNESS = sharness/sharness.sh
RANDOMSRC = Godeps/_workspace/src/github.com/jbenet/go-random/random
all: clean deps $(T) aggregate all: clean deps $(T) aggregate
...@@ -35,8 +36,7 @@ ipfs: ...@@ -35,8 +36,7 @@ ipfs:
random: random:
@echo "*** installing $@ ***" @echo "*** installing $@ ***"
go get github.com/jbenet/go-random/random go build ../$(RANDOMSRC)
go install github.com/jbenet/go-random/random cp ../$(RANDOMSRC)/random random
cp `which random` random
.PHONY: all clean $(T) aggregate ipfs random .PHONY: all clean $(T) aggregate ipfs random
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment