Commit efe4e056 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

added install + tests to toplevel

parent 7e46d951
...@@ -9,3 +9,15 @@ godep: ...@@ -9,3 +9,15 @@ godep:
# ./... performs operation on all packages in tree # ./... performs operation on all packages in tree
vendor: godep vendor: godep
godep save -r ./... godep save -r ./...
install:
cd cmd/ipfs && go install
test: test_go test_sharness
test_go:
go test ./...
test_sharness: install
cd test/ && make
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment