added coverage flag support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user