Allow using LTP 1.14
This commit is contained in:
parent
2879fa72cd
commit
827a8f3641
@ -102,7 +102,7 @@ AS_IF([ test "x$use_gcov" = "xyes"], [
|
|||||||
AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
|
AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ltp_version_list="1.6 1.7 1.8 1.9 1.10"
|
ltp_version_list="1.6 1.7 1.8 1.9 1.10 1.14"
|
||||||
AC_CHECK_PROG(LTP, lcov, lcov)
|
AC_CHECK_PROG(LTP, lcov, lcov)
|
||||||
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
|
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user