From 1b6ab3940ba7519c7ec3368b804e8a33f1d819db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Oct 2009 00:16:32 +0000 Subject: Test coverage stuff. git-svn-id: http://svn.drobilla.net/resp/tuplr@204 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca1963d..e8f94cf 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ CFLAGS=$(COMMON_FLAGS) -std=c99 CXXFLAGS=$(COMMON_FLAGS) -ansi LDFLAGS=-rdynamic -lm -ldl +# Test coverage +#COMMON_FLAGS+=-fprofile-arcs -ftest-coverage +#LDFLAGS+=-lgcov + all: builddir build/tuplr mkdir -p build -- cgit v1.2.1