]> git.cameronkatri.com Git - cgit.git/blob - tests/Makefile
ui-log: color line changes
[cgit.git] / tests / Makefile
1 include ../git/config.mak.uname
2 -include ../cgit.conf
3
4 SHELL_PATH ?= $(SHELL)
5 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
6
7 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
8
9 all: $(T)
10
11 $(T):
12 @'$(SHELL_PATH_SQ)' $@ $(CGIT_TEST_OPTS)
13
14 clean:
15 $(RM) -rf trash
16
17 .PHONY: $(T) clean