[gnumeric] Tests: sort list of tests.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Tests: sort list of tests.
- Date: Tue, 17 May 2011 18:16:38 +0000 (UTC)
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]