提交 87c561b2 作者: Juan Batiz-Benet

Makefile: test makes sure it can build

上级 caa7ac0e
......@@ -13,14 +13,17 @@ vendor: godep
install:
cd cmd/ipfs && go install
build:
cd cmd/ipfs && go build
##############################################################
# tests targets
test: test_expensive
test_short: test_go_short test_sharness_short
test_short: build test_go_short test_sharness_short
test_expensive: test_go_expensive test_sharness_expensive
test_expensive: build test_go_expensive test_sharness_expensive
test_docker:
cd dockertest/ && make
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论