tests: virsh-all and virsh-synopsis were not being run

* tests/Makefile.am (test_scripts): Add two missing backslashes.
This commit is contained in:
Jim Meyering 2009-01-16 18:07:24 +00:00
parent 735329b824
commit 1fe181e36f
2 changed files with 16 additions and 13 deletions

View File

@ -1,4 +1,7 @@
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.

View File

@ -57,18 +57,18 @@ endif
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