Skip to content

Commit

Permalink
Fixing CI for Code Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Apr 18, 2017
1 parent eceb252 commit 3dec3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3dec3e9

Please sign in to comment.