From f5449dafd320838e788667b4c71441caa919946b Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 15 Jul 2017 20:00:01 +0100 Subject: [PATCH] build: set tests according to profile by default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b90328ec2f..654f1f0d3c 100644 --- a/configure.ac +++ b/configure.ac @@ -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])