contacts: update test cases for updated contacts

Remove the old ones, add new ones.
This commit is contained in:
djcb
2019-04-28 13:59:09 +03:00
parent e9a0939f8f
commit bd52902290
4 changed files with 95 additions and 199 deletions

View File

@ -78,6 +78,10 @@ TEST_PROGS += test-mu-container
test_mu_container_SOURCES= test-mu-container.c dummy.cc
test_mu_container_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-contacts
test_mu_contacts_SOURCES= test-mu-contacts.cc
test_mu_contacts_LDADD= libtestmucommon.la
# we need to use dummy.cc to enforce c++ linking...
BUILT_SOURCES= \
dummy.cc