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
efe4e056
Commit
efe4e056
authored
Nov 07, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added install + tests to toplevel
parent
7e46d951
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+12
-0
No files found.
Makefile
View file @
efe4e056
...
...
@@ -9,3 +9,15 @@ godep:
# ./... performs operation on all packages in tree
vendor
:
godep
godep save
-r
./...
install
:
cd
cmd/ipfs
&&
go
install
test
:
test_go test_sharness
test_go
:
go
test
./...
test_sharness
:
install
cd test
/
&&
make
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