1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Fixing CI for Code Coverage

This commit is contained in:
Alberto Fanjul 2017-04-18 10:42:36 +02:00 committed by GitHub
parent eceb252ec7
commit 3dec3e9b83

View file

@ -88,7 +88,7 @@ then
AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
fi
ltp_version_list="1.6 1.7 1.8 1.11 1.12"
ltp_version_list="1.6 1.7 1.8 1.10 1.11 1.12"
AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)