aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive/Makefile.am
diff options
context:
space:
mode:
authorLaurent Contzen <lcontzen@gmail.com>2012-08-08 21:15:47 +0800
committerLaurent Contzen <lcontzen@gmail.com>2012-08-09 18:51:41 +0800
commit20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5 (patch)
treee20188de960a0bb4687ce97ea17834f5cfb0bc88 /tests/interactive/Makefile.am
parent9282dff7d3ec6f4ba33a2b91fc4d415463503d9a (diff)
downloadgsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar.gz
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar.bz2
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar.lz
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar.xz
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.tar.zst
gsoc2013-empathy-20931fb9fe11ca2b5e1510d14acbd1ea4c886ae5.zip
New test app test-empathy-roster-model-aggregator.c
Diffstat (limited to 'tests/interactive/Makefile.am')
-rw-r--r--tests/interactive/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index d741f24da..27fdbf7e4 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -20,7 +20,8 @@ noinst_PROGRAMS = \
test-empathy-account-chooser \
test-empathy-calendar-button \
test-empathy-roster-view \
- test-empathy-dual-roster-view
+ test-empathy-dual-roster-view \
+ test-empathy-roster-model-aggregator
empathy_logs_SOURCES = empathy-logs.c
test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dialog.c
@@ -31,3 +32,4 @@ test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
test_empathy_calendar_button_SOURCES = test-empathy-calendar-button.c
test_empathy_roster_view_SOURCES = test-empathy-roster-view.c
test_empathy_dual_roster_view_SOURCES = test-empathy-dual-roster-view.c
+test_empathy_roster_model_aggregator_SOURCES = test-empathy-roster-model-aggregator.c