[Xfce4-commits] <xfce4-notifyd:master> Sort tests by alphabetical order.

Jérôme Guelfucci noreply at xfce.org
Sun Aug 21 15:30:04 CEST 2011


Updating branch refs/heads/master
         to 7fd1766939688a040779924e79155b35f1206123 (commit)
       from f17814347d3548da17efd72f361a228fd92ced47 (commit)

commit 7fd1766939688a040779924e79155b35f1206123
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Aug 21 15:25:48 2011 +0200

    Sort tests by alphabetical order.

 Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5e7e256..0f8c9df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,15 +247,15 @@ tests_cflags = \
 tests_ldadd = \
 	$(LIBNOTIFY_LIBS)
 
-tests_test_text_SOURCES = tests/test-text.c
-tests_test_text_CFLAGS = $(tests_cflags)
-tests_test_text_LDADD = $(tests_ldadd)
+tests_test_actions_SOURCES = tests/test-actions.c
+tests_test_actions_CFLAGS = $(tests_cflags)
+tests_test_actions_LDADD = $(tests_ldadd)
 
 tests_test_positioning_SOURCES = tests/test-positioning.c
 tests_test_positioning_CFLAGS = $(tests_cflags)
 tests_test_positioning_LDADD = $(tests_ldadd)
 
-tests_test_actions_SOURCES = tests/test-actions.c
-tests_test_actions_CFLAGS = $(tests_cflags)
-tests_test_actions_LDADD = $(tests_ldadd)
+tests_test_text_SOURCES = tests/test-text.c
+tests_test_text_CFLAGS = $(tests_cflags)
+tests_test_text_LDADD = $(tests_ldadd)
 endif


More information about the Xfce4-commits mailing list