Commit 2faafa84 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

test/Makefile

parent 28cf220d
......@@ -19,7 +19,14 @@ bin/random: $(RANDOM_SRC)/**/*.go
bin/ipfs: $(IPFS_ROOT)/**/*.go
go build -o bin/ipfs $(IPFS_CMD)
test_sharness:
test: test_expensive
test_expensive:
cd sharness && make TEST_EXPENSIVE=1
cd 3nodetest && make
test_cheap:
cd sharness && make
cd 3nodetest && make
.PHONY: all clean
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