1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
kubo/test/sharness/Makefile
Jakub Sztandera dd63187826 make: make default rule 'aggregate' in sharness
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 01:18:40 +01: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