Allow ltp 1.12

It works just fine, in my testing.
This commit is contained in:
Matthias Clasen 2017-05-27 10:51:56 -04:00
parent 7f41633efd
commit 646041bc28

View File

@ -2593,7 +2593,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.])
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.12"
AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)