Commit 1e31839c authored by Jeromy's avatar Jeromy

use repo level bins in test Makefile

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent f2aa1091
......@@ -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-%=%)"
......
......@@ -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 =
......
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