summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2017-07-15 20:00:01 +0100
committerAndy Williams <andy@andywilliams.me>2017-07-15 21:29:48 +0100
commitf5449dafd320838e788667b4c71441caa919946b (patch)
tree8fbaa68d33e2a2e308c804bfac989fff879b3e72
parent3d4bb3851ce2e7144ee6981dfa7edee7ece171f7 (diff)
downloadefl-f5449dafd320838e788667b4c71441caa919946b.tar.gz
build: set tests according to profile by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])