aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-02-06 16:03:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-02-06 16:52:32 +0800
commit83add78f2c14a083a8f3c1196382c11750be0251 (patch)
tree69b915378a86a2e8e975c95727926704d100a9d2 /tests/Makefile.am
parent04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e (diff)
downloadgsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar.gz
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar.bz2
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar.lz
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar.xz
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.tar.zst
gsoc2013-empathy-83add78f2c14a083a8f3c1196382c11750be0251.zip
tests: Fix empathy-tls-test
* Create new certificates * Add a make target for rebuilding the certificates in the future https://bugzilla.gnome.org/show_bug.cgi?id=693190
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8049dd56a..fdd67482a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,8 +32,8 @@ tests_list = \
empathy-chatroom-test \
empathy-chatroom-manager-test \
empathy-parser-test \
- empathy-live-search-test
- #empathy-tls-test
+ empathy-live-search-test \
+ empathy-tls-test
noinst_PROGRAMS = $(tests_list)
TESTS = $(tests_list)