Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
1e31839c
Commit
1e31839c
authored
8 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use repo level bins in test Makefile
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
f2aa1091
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+2
-0
test/Makefile
test/Makefile
+2
-0
No files found.
Makefile
View file @
1e31839c
...
...
@@ -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-%=%)"
...
...
This diff is collapsed.
Click to expand it.
test/Makefile
View file @
1e31839c
...
...
@@ -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
=
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment