diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-04-21 11:50:32 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-04-21 16:07:58 +0800 |
commit | bdbcc3c1c68343fed2d094fedee240a3295fec02 (patch) | |
tree | 666a04c663919a8ddc12c028a6976b0e3ee39d0f /tests/Makefile.am | |
parent | d5e907193f0b29abb5a10f16c6e141183bbb3c4f (diff) | |
download | gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar.gz gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar.bz2 gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar.lz gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar.xz gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.tar.zst gsoc2013-empathy-bdbcc3c1c68343fed2d094fedee240a3295fec02.zip |
Skeleton of a test program for the dialog
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 67f6ec9af..9b1c2d4eb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,13 +27,15 @@ noinst_PROGRAMS = \ contact-run-until-ready \ contact-run-until-ready-2 \ empetit \ - test-empathy-presence-chooser + test-empathy-presence-chooser \ + test-empathy-status-preset-dialog 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 +test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c check_PROGRAMS = check-main TESTS = check-main |