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
1e7b2559
Commit
1e7b2559
authored
Jul 28, 2018
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include cid-fmt binary in test/bin.
License: MIT Signed-off-by:
Kevin Atkinson
<
k@kevina.org
>
parent
acd4b38c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
test/bin/Rules.mk
test/bin/Rules.mk
+6
-0
test/sharness/Rules.mk
test/sharness/Rules.mk
+2
-1
No files found.
test/bin/Rules.mk
View file @
1e7b2559
...
...
@@ -39,6 +39,12 @@ $(d)/multihash:
go build
-i
$
(
go-flags-with-tags
)
-o
"
$@
"
"gx/ipfs/
$(
shell
gx deps find go-multihash
)
/go-multihash/multihash"
TGTS_$(d)
+=
$(d)
/multihash
# cid-fmt is also special
$(d)/cid-fmt
:
go build
-i
$
(
go-flags-with-tags
)
-o
"
$@
"
"gx/ipfs/
$(
shell
gx deps find go-cid
)
/go-cid/cid-fmt"
TGTS_$(d)
+=
$(d)
/cid-fmt
$(TGTS_$(d))
:
$$(DEPS_GO)
CLEAN
+=
$
(
TGTS_
$(d)
)
...
...
test/sharness/Rules.mk
View file @
1e7b2559
...
...
@@ -6,7 +6,8 @@ T_$(d) = $(sort $(wildcard $(d)/t[0-9][0-9][0-9][0-9]-*.sh))
DEPS_$(d)
:=
test
/bin/random
test
/bin/multihash
test
/bin/pollEndpoint
\
test
/bin/iptb
test
/bin/go-sleep
test
/bin/random-files
\
test
/bin/go-timeout
test
/bin/hang-fds
test
/bin/ma-pipe-unidir
test
/bin/go-timeout
test
/bin/hang-fds
test
/bin/ma-pipe-unidir
\
test
/bin/cid-fmt
DEPS_$(d)
+=
cmd/ipfs/ipfs
DEPS_$(d)
+=
$(d)
/clean-test-results
DEPS_$(d)
+=
$
(
SHARNESS_
$(d)
)
...
...
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