kubo/test/sharness/GNUmakefile
Steven Allen 1de768fb8f fix: require gmake
IPFS doesn't build correctly under non-GNU make implementations.
2019-08-01 12:18:56 -07: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