@cryptotaxi247 / kubo / commits / 1e31839cc

use repo level bins in test Makefile

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed May 9, 2016 at 12:48 UTC 1e31839cc2ad09871ca447e737d4ca685b3be15a
2 files changed +4
Makefile
+2
@@ -30,6 +30,8 @@ go_check:
30 bin/gx-v%:
31 @echo "installing gx $(@:bin/gx-%=%)"
32 @bin/dist_get gx $@ $(@:bin/gx-%=%)
33 + rm -f bin/gx
34 + ln -s $(@:bin/%=%) bin/gx
35
36 bin/gx-go-v%:
37 @echo "installing gx-go $(@:bin/gx-go-%=%)"
test/Makefile
+2
@@ -9,6 +9,8 @@ GOSLEEP_SRC = ./dependencies/go-sleep
9
10 GX_RELATIVE_PATH = ../../../../gx/ipfs
11
12 +export PATH := ../bin:${PATH}
13 +
14 # User might want to override those on the command line
15 GOFLAGS =
16