ipld-eth-server/vendor/github.com/ipfs/go-ipfs/test/sharness/Makefile
2019-12-02 13:24:46 -06:00

11 lines
181 B
Makefile

# default target is to run all tests
all: aggregate
SH := $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
.DEFAULT $(SH): ALWAYS
$(MAKE) -C ../.. test/sharness/$@
ALWAYS:
.PHONY: ALWAYS