ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f5449dafd320838e788667b4c71441caa919946b

commit f5449dafd320838e788667b4c71441caa919946b
Author: Andy Williams <[email protected]>
Date:   Sat Jul 15 20:00:01 2017 +0100

    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])
 

-- 


Reply via email to