diff mbox

[02/11] configure: default test-helper to disabled

Message ID 1458305959-26825-3-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 3c357cda70023e06db4186f1cabed6234868ec83
Headers show

Commit Message

Anders Roxell March 18, 2016, 12:59 p.m. UTC
Make all checking conform to the principle that it is off by default

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ricardo Salveti March 22, 2016, 9:33 p.m. UTC | #1
On Fri, Mar 18, 2016 at 9:59 AM, Anders Roxell <anders.roxell@linaro.org> wrote:
> Make all checking conform to the principle that it is off by default
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 6ad1bfc..989ef13 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -172,7 +172,7 @@ AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ])
>  ##########################################################################
>  # Enable/disable test-helper
>  ##########################################################################
> -test_helper=yes
> +test_helper=no
>  AC_ARG_ENABLE([test-helper],
>      [  --enable-test-helper      run test in helper/test],
>      [if test "x$enableval" = "xyes"; then
> --
> 2.1.4

Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org>
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 6ad1bfc..989ef13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@  AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ])
 ##########################################################################
 # Enable/disable test-helper
 ##########################################################################
-test_helper=yes
+test_helper=no
 AC_ARG_ENABLE([test-helper],
     [  --enable-test-helper      run test in helper/test],
     [if test "x$enableval" = "xyes"; then