On 10/29/2010 10:30 AM, Diego Elio Pettenò wrote:
> Only build statstest and reconnect if they should be used, so add them
> behind the ENABLE_XEN_TESTS conditional.
> ---
>  tests/Makefile.am |   10 ++++++----
>  1 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 9720b6e..20b6805 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -73,11 +73,14 @@ EXTRA_DIST =              \
>       qemuhelpdata
>  
>  check_PROGRAMS = virshtest conftest sockettest \
> -        nodeinfotest statstest qparamtest virbuftest
> +        nodeinfotest qparamtest virbuftest
>  
>  if WITH_XEN
>  check_PROGRAMS += xml2sexprtest sexpr2xmltest \
> -     reconnect xmconfigtest xencapstest
> +     xmconfigtest xencapstest
> +if ENABLE_XEN_TESTS
> +check_PROGRAMS += statstest reconnect
> +endif
>  endif

ACK, and pushed.

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to