Fix tests check / defaults

This commit is contained in:
Andy Williams 2017-07-16 00:07:18 +01:00
parent 9a5eb35e60
commit be2e8af7b4
2 changed files with 5 additions and 5 deletions

View File

@ -13,8 +13,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Check for tests and coverage # Check for tests and coverage
AC_ARG_WITH([tests], AC_ARG_WITH([tests],
[AS_HELP_STRING([--with-tests=none|regular|coverage], [AS_HELP_STRING([--with-tests=none|tests|coverage],
[choose testing method: regular, coverage or none. [choose testing method: tests, coverage or none.
@<:@default=auto@:>@])], @<:@default=auto@:>@])],
[build_tests=${withval}], [build_tests=${withval}],
[build_tests=auto]) [build_tests=auto])

View File

@ -39,9 +39,9 @@ PKG_CHECK_MODULES([EFL],
# Check for tests and coverage # Check for tests and coverage
AC_ARG_WITH([tests], AC_ARG_WITH([tests],
[AC_HELP_STRING([--with-tests=none|regular|coverage], [AC_HELP_STRING([--with-tests=none|tests|coverage],
[choose testing method: regular, coverage or none. [choose testing method: tests, coverage or none.
@<:@default=none@:>@])], @<:@default=auto@:>@])],
[build_tests=${withval}], [build_tests=${withval}],
[build_tests=auto]) [build_tests=auto])