diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-05 02:38:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-05 02:38:54 +0800 |
commit | 400dc9cfed1e4ff95e10ecec47c51871332302a9 (patch) | |
tree | d1c9c9cdfca6f7064ec36c7d82296f8e86f432b7 /tests | |
parent | 16555ecff5536c8be45b0d7001bb65eba0d11bee (diff) | |
download | gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.gz gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.bz2 gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.lz gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.xz gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.tar.zst gsoc2013-empathy-400dc9cfed1e4ff95e10ecec47c51871332302a9.zip |
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 |