aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-16 18:07:24 +0000
committerJim Meyering <meyering@redhat.com>2009-01-16 18:07:24 +0000
commit1fe181e36f149148e07443ee4a3312a369dfb869 (patch)
tree5068863843a3114b08b4db69c10e783427233860 /tests/Makefile.am
parenttests: exercise a bug that could make virsh and libvirtd segfault (diff)
downloadlibvirt-1fe181e36f149148e07443ee4a3312a369dfb869.tar.gz
libvirt-1fe181e36f149148e07443ee4a3312a369dfb869.tar.bz2
libvirt-1fe181e36f149148e07443ee4a3312a369dfb869.zip
tests: virsh-all and virsh-synopsis were not being run
* tests/Makefile.am (test_scripts): Add two missing backslashes.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 98739c5ab..a2e5c0f37 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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