diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-29 22:31:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-03 20:25:02 +0800 |
commit | f90aaa6e6f9dfa16dd3d6b6c526857f987862c99 (patch) | |
tree | a606ff4313a19ab4e9e2de4d562a019daf16ec43 /tests/Makefile.am | |
parent | 3b0ccc3b5889e511190924a1f5f8df85de61e2bd (diff) | |
download | gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar.gz gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar.bz2 gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar.lz gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar.xz gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.tar.zst gsoc2013-empathy-f90aaa6e6f9dfa16dd3d6b6c526857f987862c99.zip |
port check-empathy-chatroom.c to GTest
The tests have not been ported yet as they are currently
disabled.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d0b7fd36d..50a6bbade 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,8 @@ TEST_PROGS = \ empathy-utils-test \ empathy-irc-server-test \ empathy-irc-network-test \ - empathy-irc-network-manager-test + empathy-irc-network-manager-test \ + empathy-chatroom-test empathy_utils_test_SOURCES = empathy-utils-test.c \ test-helper.c test-helper.h @@ -45,6 +46,9 @@ empathy_irc_network_manager_test_SOURCES = empathy-irc-network-manager-test.c \ check-irc-helper.h check-irc-helper.c \ check-empathy-helpers.h check-empathy-helpers.c +empathy_chatroom_test_SOURCES = empathy-chatroom-test.c \ + test-helper.c test-helper.h + check_PROGRAMS = check-main $(TEST_PROGS) TESTS = check-main @@ -57,7 +61,6 @@ check_main_SOURCES = \ check-empathy-helpers.c \ check-irc-helper.h \ check-irc-helper.c \ - check-empathy-chatroom.c \ check-empathy-chatroom-manager.c check_c_sources = \ |