Message ID | 1458305959-26825-3-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 3c357cda70023e06db4186f1cabed6234868ec83 |
Headers | show |
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 --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
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(-)