summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2012-12-17 22:02:48 +0100
committerIngo Huerner <ingo.huerner@xse.de>2012-12-17 22:02:48 +0100
commitb7250822718b2e91e00d06bc96da728814699db4 (patch)
tree32d7bf5fdfc721cf5a42344833e5575a1512760a /test/Makefile.am
parent4f35c79a589a75842c22766b8527848564ea7443 (diff)
downloadpersistence-client-library-b7250822718b2e91e00d06bc96da728814699db4.tar.gz
Renamed and moved files, fixed problem with handle test
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 61f22f8..6d12435 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,6 +4,7 @@ if DEBUG
AM_CFLAGS =$(DEPS_CFLAGS) $(CHECK_CFLAGS) -g
else
AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS)
+#AM_CFLAGS = -fprofile-arcs -ftest-coverage $(DEPS_CFLAGS) $(CHECK_CFLAGS)
endif