added coverage flag support

This commit is contained in:
Matej Sekoranja
2011-10-05 22:12:33 +02:00
parent 6773d63594
commit d5c2132e47

View File

@@ -24,6 +24,11 @@
# define INSTALL_LOCATION here
#INSTALL_LOCATION=<fullpathname>
ifeq ($(EPICS_TEST_COVERAGE),1)
USR_CPPFLAGS += --coverage
USR_LDFLAGS += --coverage
endif
USR_INCLUDES += -I/usr/include/boost/tr1
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
USR_INCLUDES += -I $(INSTALL_LOCATION)/include