make: make default rule 'aggregate' in sharness

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent a2e3aa5d
SH := $(wildcard *.sh)
# 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:
ALWAYS:
.PHONY: ALWAYS
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment