diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-11-24 21:32:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-11-25 01:29:45 +0800 |
commit | 8ab216aca28acaa857b4b7faa606cd3af26b6cd9 (patch) | |
tree | b383866483197aa8ee2c2d8c4accc759e89d84f8 /tests/Makefile.am | |
parent | 2fc34dbe48ff603b99b6e56ce4ea94d6a3a8c450 (diff) | |
download | gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar.gz gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar.bz2 gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar.lz gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar.xz gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.tar.zst gsoc2013-empathy-8ab216aca28acaa857b4b7faa606cd3af26b6cd9.zip |
Add parser tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 25e399406..936761533 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,8 @@ TEST_PROGS = \ empathy-irc-network-test \ empathy-irc-network-manager-test \ empathy-chatroom-test \ - empathy-chatroom-manager-test + empathy-chatroom-manager-test \ + empathy-parser-test empathy_utils_test_SOURCES = empathy-utils-test.c \ test-helper.c test-helper.h @@ -50,6 +51,9 @@ empathy_chatroom_test_SOURCES = empathy-chatroom-test.c \ empathy_chatroom_manager_test_SOURCES = empathy-chatroom-manager-test.c \ test-helper.c test-helper.h +empathy_parser_test_SOURCES = empathy-parser-test.c \ + test-helper.c test-helper.h + check_PROGRAMS = $(TEST_PROGS) TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@ \ |