[gnumeric] Tests: sort list of tests.



commit 34abad60d1efc8ee246df362b172fe43253994e9
Author: Morten Welinder <terra gnome org>
Date:   Tue May 17 14:15:25 2011 -0400

    Tests: sort list of tests.
    
    Newer toolchains to not sort automatically.  Having the list non-sorting
    is highly confusing.

 test/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index bac4bc6..03b22a9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -25,7 +25,7 @@
 #
 # 90xx: Misc stuff.
 
-TESTS = $(wildcard $(srcdir)/t[0-9][0-9][0-9][0-9]-*.pl)
+TESTS = $(sort $(wildcard $(srcdir)/t[0-9][0-9][0-9][0-9]-*.pl))
 SUPPS = common.supp commondots.supp gui.supp t8003-valgrind-pdf.supp
 
 import-db:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]