提交 2faafa84 作者: Juan Batiz-Benet

test/Makefile

上级 28cf220d
...@@ -19,7 +19,14 @@ bin/random: $(RANDOM_SRC)/**/*.go ...@@ -19,7 +19,14 @@ bin/random: $(RANDOM_SRC)/**/*.go
bin/ipfs: $(IPFS_ROOT)/**/*.go bin/ipfs: $(IPFS_ROOT)/**/*.go
go build -o bin/ipfs $(IPFS_CMD) 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 sharness && make
cd 3nodetest && make
.PHONY: all clean .PHONY: all clean
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论