build: set tests according to profile by default
authorAndy Williams <andy@andywilliams.me>
Sat, 15 Jul 2017 19:00:01 +0000 (20:00 +0100)
committerAndy Williams <andy@andywilliams.me>
Sat, 15 Jul 2017 20:29:48 +0000 (21:29 +0100)
configure.ac

index b90328e..654f1f0 100644 (file)
@@ -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])