* tests/Makefile.am (test_scripts): Add two missing backslashes.
-Fri Jan 16 18:41:40 +0100 2009 Jim Meyering <meyering@redhat.com>
+Fri Jan 16 18:44:08 +0100 2009 Jim Meyering <meyering@redhat.com>
+
+ tests: virsh-all and virsh-synopsis were not being run
+ * tests/Makefile.am (test_scripts): Add two missing backslashes.
tests: exercise a bug that could make virsh and libvirtd segfault
* tests/define-dev-segfault: New file.
test_scripts = domainschematest
if WITH_LIBVIRTD
-test_scripts += \
- test_conf.sh \
- cpuset \
- daemon-conf \
- define-dev-segfault \
- int-overflow \
- read-bufsiz \
- read-non-seekable \
- start \
- undefine \
- vcpupin
- virsh-all
+test_scripts += \
+ test_conf.sh \
+ cpuset \
+ daemon-conf \
+ define-dev-segfault \
+ int-overflow \
+ read-bufsiz \
+ read-non-seekable \
+ start \
+ undefine \
+ vcpupin \
+ virsh-all \
virsh-synopsis
endif