[folks] Simplify the Tp test Makefile further.



commit 5d91499c1b5fe2aee752180408281950a68bb62c
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Oct 6 15:28:20 2010 -0700

    Simplify the Tp test Makefile further.

 tests/telepathy/Makefile.am |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index f5569a3..b71cf65 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -42,16 +42,13 @@ VALAFLAGS += \
 	$(NULL)
 
 # in order from least to most complex
-TESTS = \
-	test-contact-retrieval \
-	test-contact-properties \
-	$(NULL)
-
 noinst_PROGRAMS = \
 	contact-retrieval \
 	contact-properties \
 	$(NULL)
 
+TESTS = $(addprefix test-,$(noinst_PROGRAMS))
+
 contact_retrieval_SOURCES = \
 	contact-retrieval.vala \
 	$(NULL)



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