]> git.0d.be Git - empathy.git/commitdiff
add tests to noinst_PROGRAMS
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 18 Apr 2012 12:20:24 +0000 (14:20 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 Apr 2012 14:42:54 +0000 (16:42 +0200)
Make sure tests are always build. This is how tp-glib is handling its tests as
well.

tests/Makefile.am

index 40bd8933c5ec0010fb25349dd277a7b458e22584..b6c49509f4f8ab6378ccae7e8eb72e4431e75648 100644 (file)
@@ -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