diff options
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 7d32dab61..5f8cbb6e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,10 +18,12 @@ LDADD = \ noinst_PROGRAMS = \ contact-manager \ - contact-run-until-ready + contact-run-until-ready \ + contact-run-until-ready-2 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 check_PROGRAMS = check-main TESTS = check-main |