diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-04 19:38:54 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-04 19:38:54 +0100 |
commit | 400dc9cfed1e4ff95e10ecec47c51871332302a9 (patch) | |
tree | d1c9c9cdfca6f7064ec36c7d82296f8e86f432b7 /tests | |
parent | 16555ecff5536c8be45b0d7001bb65eba0d11bee (diff) | |
download | empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.gz |
Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 936761533..bb588e948 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,8 +27,8 @@ TEST_PROGS = \ empathy-irc-network-test \ empathy-irc-network-manager-test \ empathy-chatroom-test \ - empathy-chatroom-manager-test \ - empathy-parser-test + empathy-chatroom-manager-test +#empathy-parser-test empathy_utils_test_SOURCES = empathy-utils-test.c \ test-helper.c test-helper.h |