Add new Linux Testing project version number to configure script

This commit is contained in:
Emmanuel Fleury 2018-12-04 10:48:24 +01:00
parent d4cc0b32fd
commit ea3d9fbc69

View File

@ -2609,7 +2609,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 1.12"
ltp_version_list="1.6 1.7 1.8 1.9 1.10 1.12 1.13"
AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)