all repos — cgit @ a52aaa90dab1d95f9df383d2cb3f7c428ab849fe

a hyperfast web frontend for git written in c

tests: add CGIT_TEST_OPTS variable to Makefile

This allows running the entire test suite with a set of command-line
options.  For example:

	make test CGIT_TEST_OPTS=--valgrind

Signed-off-by: John Keeping <john@keeping.me.uk>
John Keeping john@keeping.me.uk
Sun, 12 Jan 2014 19:46:42 +0000
commit

a52aaa90dab1d95f9df383d2cb3f7c428ab849fe

parent

1de6591159cfe2e0cb442d781c0a360e4928ccca

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests/Makefiletests/Makefile

@@ -5,7 +5,7 @@

all: $(T) $(T): - @./$@ + @./$@ $(CGIT_TEST_OPTS) clean: $(RM) -rf trash