about summary refs log tree commit diff
path: root/tests/Makefile
blob: 1556475cbb22f0f71b483f0f573fab36a06efd51 (plain) (blame)
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):
	@./$@ $(CGIT_TEST_OPTS)

clean:
	$(RM) -rf trash

.PHONY: $(T) clean
.c?id=75dbab368bcbb6ed484e4d8ca9e6b3e1b3988b2d&follow=1'>Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe