From: Osier Yang Date: Wed, 15 May 2013 03:34:27 +0000 (+0800) Subject: tests: Sort the EXTRA_DIST list X-Git-Tag: CVE-2013-1962~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5606c7a8674286b20834760a6f2209659c343809;p=thirdparty%2Flibvirt.git tests: Sort the EXTRA_DIST list Commit 1cc8259bfe17 fixes the build failure, but forgot to keep the list alphanumeric sorted. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2822d39db6..41c4067415 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \