all repos — cgit @ 12d3d4c3edfcf177c56ca97e5a4b0c8301ca46aa

a hyperfast web frontend for git written in c

tests/Makefile (view raw)

 1
 2
 3T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
 4
 5all: $(T)
 6
 7$(T):
 8	@./$@ $(CGIT_TEST_OPTS)
 9
10clean:
11	$(RM) -rf trash
12
13.PHONY: $(T) clean