Commit 87c561b2 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Makefile: test makes sure it can build

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