]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Sort the EXTRA_DIST list
authorOsier Yang <jyang@redhat.com>
Wed, 15 May 2013 03:34:27 +0000 (11:34 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 15 May 2013 03:34:27 +0000 (11:34 +0800)
Commit 1cc8259bfe17 fixes the build failure, but forgot to keep the
list alphanumeric sorted.

tests/Makefile.am

index 2822d39db6081783127c97be8846c926c6b16fd5..41c406741524a009b1a71ca9e033cc9813b75a97 100644 (file)
@@ -52,6 +52,7 @@ EXTRA_DIST =          \
        domainsnapshotschematest \
        domainsnapshotxml2xmlin \
        domainsnapshotxml2xmlout \
+       fchostdata \
        interfaceschemadata \
        lxcxml2xmldata \
        networkschematest \
@@ -86,8 +87,7 @@ EXTRA_DIST =          \
        xmconfigdata \
        xml2sexprdata \
        xml2vmxdata \
-       .valgrind.supp \
-       fchostdata
+       .valgrind.supp
 
 test_helpers = commandhelper ssh test_conf
 test_programs = virshtest sockettest \