aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-main.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-29 22:31:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-03 20:25:02 +0800
commitf90aaa6e6f9dfa16dd3d6b6c526857f987862c99 (patch)
treea606ff4313a19ab4e9e2de4d562a019daf16ec43 /tests/check-main.c
parent3b0ccc3b5889e511190924a1f5f8df85de61e2bd (diff)
downloadgsoc2013-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/check-main.c')
-rw-r--r--tests/check-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check-main.c b/tests/check-main.c
index e8b2c1a8a..00bcf4380 100644
--- a/tests/check-main.c
+++ b/tests/check-main.c
@@ -16,7 +16,6 @@ make_libempathy_suite (void)
{
Suite *s = suite_create ("libempathy");
- suite_add_tcase (s, make_empathy_chatroom_tcase ());
suite_add_tcase (s, make_empathy_chatroom_manager_tcase ());
return s;