summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2006-08-24 21:46:28 +0000
committerDaniel P. Berrange <berrange@redhat.com>2006-08-24 21:46:28 +0000
commitb1ca7467f46e474d90a39eec5c37e6b78687fa82 (patch)
tree435520c7cb5207047a837b3ccba990ebb102f31e /configure.in
parentAdded a "make valgrind" test target (diff)
downloadlibvirt-b1ca7467f46e474d90a39eec5c37e6b78687fa82.tar.gz
libvirt-b1ca7467f46e474d90a39eec5c37e6b78687fa82.tar.bz2
libvirt-b1ca7467f46e474d90a39eec5c37e6b78687fa82.zip
Added tests for virsh domid, domname, domstat, domuuid, dominfo, list & nodeinfo commands
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e29b8cf1c..0891cc87c 100644
--- a/configure.in
+++ b/configure.in
@@ -256,4 +256,5 @@ AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
libvirt.pc libvirt.spec \
include/libvirt/Makefile include/libvirt/libvirt.h \
python/Makefile python/tests/Makefile \
- tests/Makefile proxy/Makefile)
+ tests/Makefile proxy/Makefile \
+ tests/virshdata/Makefile)