build: set tests according to profile by default

This commit is contained in:
Andy Williams 2017-07-15 20:00:01 +01:00
parent 3d4bb3851c
commit f5449dafd3
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ esac
AC_ARG_WITH([tests],
[AS_HELP_STRING([--with-tests=none|regular|coverage],[choose testing method: regular, coverage or none.
@<:@default=none@:>@])],
@<:@default=auto@:>@])],
[build_tests=${withval}],
[build_tests=auto])