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
aa745fef
Commit
aa745fef
authored
10 years ago
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify new dep in sharenss Makefile
parent
0204a0c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/Makefile
test/Makefile
+1
-1
test/sharness/Makefile
test/sharness/Makefile
+1
-1
No files found.
test/Makefile
View file @
aa745fef
...
...
@@ -24,7 +24,7 @@ bin/multihash: $(MULTIHASH_SRC)/**/*.go
bin/ipfs
:
$(IPFS_ROOT)/**/*.go
go build
-o
bin/ipfs
$(IPFS_CMD)
bin/pollEndpoint
:
$(POLLENDPOINT_SRC)/*.go
bin/pollEndpoint
:
$(POLLENDPOINT_SRC)/*.go
go build
-o
bin/pollEndpoint
$(POLLENDPOINT_SRC)
test
:
test_expensive
...
...
This diff is collapsed.
Click to expand it.
test/sharness/Makefile
View file @
aa745fef
...
...
@@ -7,7 +7,7 @@
# NOTE: run with TEST_VERBOSE=1 for verbose sharness tests.
T
=
$(
sort
$(
wildcard
t[0-9][0-9][0-9][0-9]-
*
.sh
))
BINS
=
bin/random bin/multihash bin/ipfs
BINS
=
bin/random bin/multihash bin/ipfs
bin/pollEndpoint
SHARNESS
=
lib/sharness/sharness.sh
IPFS_ROOT
=
../..
...
...
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