diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 06:03:01 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 20:04:10 +0800 |
commit | d3dc61867d99d3f9fa50e204fba66943d955ecd1 (patch) | |
tree | 83a76d6459d1779f3243730594d4397592487735 /tests/Makefile.am | |
parent | 3d1f8a776ca187ee211cdd2361b0aab79def6834 (diff) | |
download | gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar.gz gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar.bz2 gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar.lz gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar.xz gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.tar.zst gsoc2013-empathy-d3dc61867d99d3f9fa50e204fba66943d955ecd1.zip |
Add test-empathy-profile-chooser.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7740d1f8b..f96650e79 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,12 +26,14 @@ noinst_PROGRAMS = \ contact-manager \ empetit \ test-empathy-presence-chooser \ - test-empathy-status-preset-dialog + test-empathy-status-preset-dialog \ + test-empathy-profile-chooser contact_manager_SOURCES = contact-manager.c empetit_SOURCES = empetit.c test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c +test_empathy_profile_chooser_SOURCES = test-empathy-profile-chooser.c check_PROGRAMS = check-main TESTS = check-main |