[folks/648811-dummy-backend-rebase1: 19/41] tests: Tidy up dummy tests Makefile.am



commit 70265b9ef9f675e07693b8328a31c1d22679f959
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Nov 6 11:12:19 2013 +0000

    tests: Tidy up dummy tests Makefile.am

 tests/dummy/Makefile.am |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/tests/dummy/Makefile.am b/tests/dummy/Makefile.am
index 67c964f..83f080d 100644
--- a/tests/dummy/Makefile.am
+++ b/tests/dummy/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/tests/lib \
        -I$(top_srcdir)/tests/lib/dummy \
        -include $(CONFIG_HEADER) \
+       -include $(top_srcdir)/folks/warnings.h \
        $(NULL)
 
 LDADD = \
@@ -41,12 +42,12 @@ AM_VALAFLAGS += \
        $(NULL)
 
 # in order from least to most complex
-noinst_PROGRAMS = \
+TESTS = \
        individual-retrieval \
        add-persona \
        $(NULL)
 
-TESTS = $(noinst_PROGRAMS)
+noinst_PROGRAMS = $(TESTS)
 
 individual_retrieval_SOURCES = \
        individual-retrieval.vala \
@@ -56,21 +57,6 @@ add_persona_SOURCES = \
        add-persona.vala \
        $(NULL)
 
-CLEANFILES = \
-        *.pid \
-        *.address \
-        $(TESTS) \
-        $(NULL)
-
-MAINTAINERCLEANFILES = \
-        $(addsuffix .c,$(noinst_PROGRAMS)) \
-        individual_retrieval_vala.stamp \
-        $(NULL)
-
-EXTRA_DIST = \
-       $(MAINTAINERCLEANFILES) \
-       $(NULL)
-
 -include $(top_srcdir)/git.mk
 -include $(top_srcdir)/valgrind.mk
 -include $(top_srcdir)/check.mk


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