1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

added install + tests to toplevel

This commit is contained in:
Juan Batiz-Benet
2014-11-07 14:46:15 -08:00
parent 7e46d95145
commit efe4e05665

View File

@ -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