[empathy] add tests to noinst_PROGRAMS



commit 7c25066261498dd98fb6bd1260ffe12f2fb5b7ce
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Apr 18 14:20:24 2012 +0200

    add tests to noinst_PROGRAMS
    
    Make sure tests are always build. This is how tp-glib is handling its tests as
    well.

 tests/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40bd893..b6c4950 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,7 +24,7 @@ LDADD =								\
 	$(EMPATHY_LIBS)						\
 	$(NULL)
 
-TESTS =                                     \
+tests_list =  \
      empathy-irc-server-test                     \
      empathy-irc-network-test                    \
      empathy-irc-network-manager-test            \
@@ -34,6 +34,9 @@ TESTS =                                     \
      empathy-live-search-test                    \
      empathy-tls-test
 
+noinst_PROGRAMS = $(tests_list)
+TESTS = $(tests_list)
+
 empathy_tls_test_SOURCES = empathy-tls-test.c \
      test-helper.c test-helper.h
 



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