diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-29 23:04:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-03 20:25:02 +0800 |
commit | c0796c470597870b3b821aad1ea352d666153e83 (patch) | |
tree | 406488e383c0115495261e6a9f9660941bd57e88 /tests/Makefile.am | |
parent | d948dd18d07e799223057134557312885d0cad42 (diff) | |
download | gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar.gz gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar.bz2 gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar.lz gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar.xz gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.tar.zst gsoc2013-empathy-c0796c470597870b3b821aad1ea352d666153e83.zip |
rename check-irc-helper to test-irc-helper
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7821d8d2f..25e399406 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,15 +34,15 @@ empathy_utils_test_SOURCES = empathy-utils-test.c \ empathy_irc_server_test_SOURCES = empathy-irc-server-test.c \ test-helper.c test-helper.h \ - check-irc-helper.h check-irc-helper.c + test-irc-helper.h test-irc-helper.c empathy_irc_network_test_SOURCES = empathy-irc-network-test.c \ test-helper.c test-helper.h \ - check-irc-helper.h check-irc-helper.c + test-irc-helper.h test-irc-helper.c empathy_irc_network_manager_test_SOURCES = empathy-irc-network-manager-test.c \ test-helper.c test-helper.h \ - check-irc-helper.h check-irc-helper.c + test-irc-helper.h test-irc-helper.c empathy_chatroom_test_SOURCES = empathy-chatroom-test.c \ test-helper.c test-helper.h |