aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-07 00:16:32 +0000
committerDavid Robillard <d@drobilla.net>2009-10-07 00:16:32 +0000
commit1b6ab3940ba7519c7ec3368b804e8a33f1d819db (patch)
treefc13dd22cc70593db46ec3d88eb9d254d21c809a /Makefile
parent695b447ead5de61d067bda4dcf438fd014a91ca2 (diff)
downloadresp-1b6ab3940ba7519c7ec3368b804e8a33f1d819db.tar.gz
resp-1b6ab3940ba7519c7ec3368b804e8a33f1d819db.tar.bz2
resp-1b6ab3940ba7519c7ec3368b804e8a33f1d819db.zip
Test coverage stuff.
git-svn-id: http://svn.drobilla.net/resp/tuplr@204 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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