aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-18 20:20:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-19 22:42:54 +0800
commit7c25066261498dd98fb6bd1260ffe12f2fb5b7ce (patch)
tree645fee161796d1b4154696381806db574f15043a /tests
parent6f1ad230e5666eb30d4952cb84d7d49852ae4705 (diff)
downloadgsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar.gz
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar.bz2
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar.lz
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar.xz
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.tar.zst
gsoc2013-empathy-7c25066261498dd98fb6bd1260ffe12f2fb5b7ce.zip
add tests to noinst_PROGRAMS
Make sure tests are always build. This is how tp-glib is handling its tests as well.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40bd8933c..b6c49509f 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