mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 00:39:31 +08:00
test/Makefile
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user