From: Andy Williams Date: Sat, 15 Jul 2017 19:00:01 +0000 (+0100) Subject: build: set tests according to profile by default X-Git-Tag: upstream/1.20.0~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5449dafd320838e788667b4c71441caa919946b;p=platform%2Fupstream%2Fefl.git build: set tests according to profile by default --- diff --git a/configure.ac b/configure.ac index b90328e..654f1f0 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])