|
@@ -2,12 +2,16 @@ SUBDIRS = doc src tests
|
|
USE_LCOV=@USE_LCOV@
|
|
USE_LCOV=@USE_LCOV@
|
|
LCOV=@LCOV@
|
|
LCOV=@LCOV@
|
|
GENHTML=@GENHTML@
|
|
GENHTML=@GENHTML@
|
|
|
|
+DISTCHECK_GTEST_CONFIGURE_FLAG=@DISTCHECK_GTEST_CONFIGURE_FLAG@
|
|
|
|
|
|
DISTCLEANFILES = config.report
|
|
DISTCLEANFILES = config.report
|
|
|
|
|
|
# When running distcheck target, do not install the configurations
|
|
# When running distcheck target, do not install the configurations
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
|
|
|
|
|
|
|
|
+# Use same --with-gtest flag if set
|
|
|
|
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG)
|
|
|
|
+
|
|
clean-cpp-coverage:
|
|
clean-cpp-coverage:
|
|
@if [ $(USE_LCOV) = yes ] ; then \
|
|
@if [ $(USE_LCOV) = yes ] ; then \
|
|
$(LCOV) --directory . --zerocounters; \
|
|
$(LCOV) --directory . --zerocounters; \
|