From 0dc02843b4858cdeaa6aa7caf500e6bb906f6648 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 14 Oct 2010 09:50:42 -0700 Subject: [PATCH] Alphabetize the test definitions. --- tests/telepathy/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am index 9d588f2..00c977e 100644 --- a/tests/telepathy/Makefile.am +++ b/tests/telepathy/Makefile.am @@ -56,10 +56,6 @@ TESTS_ENVIRONMENT = \ -- TESTS = $(noinst_PROGRAMS) -persona_store_capabilities_SOURCES = \ - persona-store-capabilities.vala \ - $(NULL) - individual_retrieval_SOURCES = \ individual-retrieval.vala \ $(NULL) @@ -68,6 +64,10 @@ individual_properties_SOURCES = \ individual-properties.vala \ $(NULL) +persona_store_capabilities_SOURCES = \ + persona-store-capabilities.vala \ + $(NULL) + CLEANFILES = \ $(addsuffix .c,$(noinst_PROGRAMS)) \ *.stamp \ -- 2.7.4