cgit

ref: v0.9.2

tests/Makefile


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)

all: $(T)

$(T):
	@./$@

clean:
	$(RM) -rf trash

.PHONY: $(T) clean