use repo level bins in test Makefile

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy 2016-05-09 12:48:06 -07:00
parent f2aa10914f
commit 1e31839cc2
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,8 @@ go_check:
bin/gx-v%:
@echo "installing gx $(@:bin/gx-%=%)"
@bin/dist_get gx $@ $(@:bin/gx-%=%)
rm -f bin/gx
ln -s $(@:bin/%=%) bin/gx
bin/gx-go-v%:
@echo "installing gx-go $(@:bin/gx-go-%=%)"

View File

@ -9,6 +9,8 @@ GOSLEEP_SRC = ./dependencies/go-sleep
GX_RELATIVE_PATH = ../../../../gx/ipfs
export PATH := ../bin:${PATH}
# User might want to override those on the command line
GOFLAGS =