Simplify the Tp test Makefile further.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 6 Oct 2010 22:28:20 +0000 (15:28 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 6 Oct 2010 22:28:20 +0000 (15:28 -0700)
tests/telepathy/Makefile.am

index f5569a3..b71cf65 100644 (file)
@@ -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)