mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 04:37:30 +08:00
added install + tests to toplevel
This commit is contained in:
12
Makefile
12
Makefile
@ -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
|
||||||
|
Reference in New Issue
Block a user