aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-11 00:52:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-04-11 00:52:58 +0800
commit4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c (patch)
treef3ba6605298556223bb68f0bd56d825ca9064e3b /tests/Makefile.am
parent7488856fc14c27a9c71916f552bb98ff875d6413 (diff)
downloadgsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar.gz
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar.bz2
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar.lz
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar.xz
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.tar.zst
gsoc2013-empathy-4b85d7c7119ee610902d0a7f0ca4bb4170d2cd0c.zip
Add a test program for the presence widget
From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a91e9d92..6078e1a90 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,12 +25,14 @@ noinst_PROGRAMS = \
contact-manager \
contact-run-until-ready \
contact-run-until-ready-2 \
- empetit
+ empetit \
+ test-empathy-presence-chooser
contact_manager_SOURCES = contact-manager.c
contact_run_until_ready_SOURCES = contact-run-until-ready.c
contact_run_until_ready_2_SOURCES = contact-run-until-ready-2.c
empetit_SOURCES = empetit.c
+test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
check_PROGRAMS = check-main
TESTS = check-main