[Libosinfo] [libosinfo PATCH 1/3] build: fix disabling of tests

Daniel P. Berrange berrange at redhat.com
Tue Oct 17 15:37:53 UTC 2017


On Tue, Oct 17, 2017 at 05:23:31PM +0200, Pino Toscano wrote:
> Actually use the result of the configure switch --enable-tests, enabling
> or disabling the tests accordingly.
> 
> Signed-off-by: Pino Toscano <ptoscano at redhat.com>
> ---
>  Makefile.am  | 6 +++++-
>  configure.ac | 2 ++
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index c333d26..bc6f7fa 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -1,5 +1,9 @@
>  
> -SUBDIRS = osinfo tests tools docs po examples
> +SUBDIRS = osinfo tools docs po examples
> +
> +if ENABLE_TESTS
> +SUBDIRS += tests
> +endif
>  
>  INTLTOOL_FILES = \
>  	intltool-extract.in \
> diff --git a/configure.ac b/configure.ac
> index b3dab09..cba5268 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -63,6 +63,8 @@ if test "x$enable_tests" != "xno" ; then
>    PKG_CHECK_MODULES([CHECK], [check])
>  fi
>  
> +AM_CONDITIONAL([ENABLE_TESTS],[test "x$enable_tests" = "xyes"])
> +
>  LIBOSINFO_MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
>  LIBOSINFO_MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`
>  LIBOSINFO_MICRO_VERSION=`echo $VERSION | awk -F. '{print $3}'`

Reviewed-by: Daniel P. Berrange <berrange at redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the Libosinfo mailing list