]> git.cameronkatri.com Git - cgit.git/blob - tests/Makefile
Bump version
[cgit.git] / tests / Makefile
1
2
3 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
4
5 all: $(T)
6
7 $(T):
8 @./$@ $(CGIT_TEST_OPTS)
9
10 clean:
11 $(RM) -rf trash
12
13 .PHONY: $(T) clean