From 5606c7a8674286b20834760a6f2209659c343809 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 15 May 2013 11:34:27 +0800 Subject: [PATCH] tests: Sort the EXTRA_DIST list Commit 1cc8259bfe17 fixes the build failure, but forgot to keep the list alphanumeric sorted. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \