~renatofilho/address-book-service/create-source

« back to all changes in this revision

Viewing changes to tests/unittest/CMakeLists.txt

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-02-28 21:54:17 UTC
  • mfrom: (97.1.4 address-book-service)
  • Revision ID: renato.filho@canonical.com-20140228215417-5felxlqj6gooblbg
MergedĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
    declare_test(addressbook-test True ${BASE_CLIENT_TEST_SRC})
72
72
    declare_test(service-life-cycle-test True ${BASE_CLIENT_TEST_SRC})
 
73
    declare_test(readonly-prop-test True ${BASE_CLIENT_TEST_SRC})
73
74
    declare_test(contact-link-test True ${BASE_CLIENT_TEST_SRC})
74
 
 
75
75
elseif()
76
76
    message(STATUS "DBus test runner not found. Some tests will be disabled")
77
77
endif()