aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-17 10:23:48 +0000
committerJim Meyering <meyering@redhat.com>2009-02-17 10:23:48 +0000
commit6b4b4eb29c1f58ace582a453e24a11433f1b34b9 (patch)
treec4cf25e943768182587d678e47f87de859891af6 /tests/Makefile.am
parentaccommodate configuring --without-lxc --without-qemu (diff)
downloadlibvirt-6b4b4eb29c1f58ace582a453e24a11433f1b34b9.tar.gz
libvirt-6b4b4eb29c1f58ace582a453e24a11433f1b34b9.tar.bz2
libvirt-6b4b4eb29c1f58ace582a453e24a11433f1b34b9.zip
don't fail daemon-conf test when configured --without-qemu
* tests/Makefile.am (TESTS_ENVIRONMENT): Define CONFIG_HEADER. * tests/daemon-conf: Use test-lib.sh. Skip this test when configured --without-qemu.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e467a86e9..877884f33 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -120,6 +120,7 @@ TESTS_ENVIRONMENT = \
abs_top_srcdir=`cd '$(top_srcdir)'; pwd` \
abs_builddir=`cd '$(builddir)'; pwd` \
abs_srcdir=`cd '$(srcdir)'; pwd` \
+ CONFIG_HEADER='$(abs_top_builddir)/lib/config.h' \
PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
SHELL="$(SHELL)" \
LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \