about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 8c6c236..1556475 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -5,7 +5,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
5all: $(T) 5all: $(T)
6 6
7$(T): 7$(T):
8 @./$@ 8 @./$@ $(CGIT_TEST_OPTS)
9 9
10clean: 10clean:
11 $(RM) -rf trash 11 $(RM) -rf trash