diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a3bb71c31..ae18ac731 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,11 +31,15 @@ TEST_PROGS = \ empathy-chatroom-test \ empathy-chatroom-manager-test \ empathy-parser-test \ - empathy-live-search-test + empathy-live-search-test \ + empathy-tls-test empathy_utils_test_SOURCES = empathy-utils-test.c \ test-helper.c test-helper.h +empathy_tls_test_SOURCES = empathy-tls-test.c \ + test-helper.c test-helper.h + empathy_irc_server_test_SOURCES = empathy-irc-server-test.c \ test-helper.c test-helper.h \ test-irc-helper.h test-irc-helper.c |