Skip to content
Snippets Groups Projects
Commit fc195194 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

add options for later coverage analysis

[[Imported from SVN: r1422]]
parent ed905ff3
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ TESTS = $(TESTPROGS)
# programs just to build when "make check" is used
check_PROGRAMS = $(TESTPROGS)
# output code coverage
AM_CXXFLAGS = -fprofile-arcs -ftest-coverage
# define the programs
parsetest_SOURCES = parsetest.cc
......
......@@ -48,6 +48,9 @@ check_PROGRAMS = $(NORMALTESTS) $(YPROG)
LDFLAGS = $(top_builddir)/common/libcommon.la \
$(top_builddir)/grid/onedgrid/libonedgrid.la
# output coverage
AM_CXXFLAGS = -fprofile-arcs -ftest-coverage
#
## define the programs
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment