ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=be2e8af7b4e5f2630c35c71a50ae859c74dfd0b2

commit be2e8af7b4e5f2630c35c71a50ae859c74dfd0b2
Author: Andy Williams <a...@andywilliams.me>
Date:   Sun Jul 16 00:07:18 2017 +0100

    Fix tests check / defaults
---
 configure.ac                                | 4 ++--
 data/extra/skeleton/eflproject/configure.ac | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 039ea12..d259f48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # Check for tests and coverage
 AC_ARG_WITH([tests],
-   [AS_HELP_STRING([--with-tests=none|regular|coverage],
-                   [choose testing method: regular, coverage or none.
+   [AS_HELP_STRING([--with-tests=none|tests|coverage],
+                   [choose testing method: tests, coverage or none.
                     @<:@default=auto@:>@])],
    [build_tests=${withval}],
    [build_tests=auto])
diff --git a/data/extra/skeleton/eflproject/configure.ac 
b/data/extra/skeleton/eflproject/configure.ac
index 8c4b311..d4dfa11 100644
--- a/data/extra/skeleton/eflproject/configure.ac
+++ b/data/extra/skeleton/eflproject/configure.ac
@@ -39,9 +39,9 @@ PKG_CHECK_MODULES([EFL],
 
 # Check for tests and coverage
 AC_ARG_WITH([tests],
-   [AC_HELP_STRING([--with-tests=none|regular|coverage],
-                   [choose testing method: regular, coverage or none.
-                    @<:@default=none@:>@])],
+   [AC_HELP_STRING([--with-tests=none|tests|coverage],
+                   [choose testing method: tests, coverage or none.
+                    @<:@default=auto@:>@])],
    [build_tests=${withval}],
    [build_tests=auto])
 

-- 


Reply via email to