From 5d91499c1b5fe2aee752180408281950a68bb62c Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 6 Oct 2010 15:28:20 -0700 Subject: [PATCH] Simplify the Tp test Makefile further. --- tests/telepathy/Makefile.am | 7 ++----- 1 file 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) -- 2.7.4