add --enable-coverage for lcov

This commit is contained in:
Klas Lindfors
2015-01-20 09:54:02 +01:00
parent d26f609d78
commit d2e0a3bc79
5 changed files with 41 additions and 1 deletions
+6 -1
View File
@@ -120,7 +120,12 @@ else
AC_MSG_ERROR([cannot find PCSC/winscard library/headers])
fi
AC_ARG_ENABLE([gcov],
[AS_HELP_STRING([--enable-gcov],
[use Gcov to test the test suite])],
[],
[enable_gcov=no])
AM_CONDITIONAL([ENABLE_COV],[test '!' "$enable_gcov" = no])
AC_ARG_ENABLE([gcc-warnings],
[AS_HELP_STRING([--enable-gcc-warnings],