coverage: split build target into compile and test
commit0c38a95ec83f7adb5fc1b7a5133a2ac2668cdd4a
authorThomas Rast <trast@inf.ethz.ch>
Mon, 13 May 2013 21:27:25 +0000 (13 23:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2013 22:23:47 +0000 (13 15:23 -0700)
treebb3d813dd7cbdd8af39af787201c2dd9a2cb8b7a
parentab84621754e9c6f05279b42e51b445baac28a8ea
coverage: split build target into compile and test

Confusingly, the coverage-build target in fact builds with gcov
support _and runs tests_.

Split it into two targets that actually are named after what they do.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile