From 7c25066261498dd98fb6bd1260ffe12f2fb5b7ce Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 18 Apr 2012 14:20:24 +0200 Subject: 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 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3