]> granicus.if.org Git - cgit/commit
tests: add CGIT_TEST_OPTS variable to Makefile
authorJohn Keeping <john@keeping.me.uk>
Sun, 12 Jan 2014 19:46:42 +0000 (19:46 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 12 Jan 2014 22:03:54 +0000 (23:03 +0100)
commita52aaa90dab1d95f9df383d2cb3f7c428ab849fe
tree8676c7cfd5145486a8b9d249e99cb6bbb24ccc3c
parent1de6591159cfe2e0cb442d781c0a360e4928ccca
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>
tests/Makefile