diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:47 +0800 |
commit | 6f3cc357f582c89cdd43af7fbf5e21350edaa2a6 (patch) | |
tree | b48ad9e58a645e4f582680f18f8eba1595f0e86e /tests/Makefile.am | |
parent | fc8158f824770fc98f8170d686dd1d1f7a896712 (diff) | |
download | gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.gz gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.bz2 gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.lz gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.xz gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.zst gsoc2013-empathy-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.zip |
add a test file for EmpathyChatroomManager
svn path=/trunk/; revision=1543
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6709a6a40..e92101959 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,7 +38,8 @@ check_main_SOURCES = \ check-empathy-irc-server.c \ check-empathy-irc-network.c \ check-empathy-irc-network-manager.c \ - check-empathy-chatroom.c + check-empathy-chatroom.c \ + check-empathy-irc-chatroom-manager.c check_main_LDADD = \ @CHECK_LIBS@ \ |