~unity-team/libusermetrics/trunk

« back to all changes in this revision

Viewing changes to tests/unit/usermetricsservice/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Pete Woods
  • Date: 2016-12-08 10:50:56 UTC
  • mfrom: (233.1.7 trunk)
  • Revision ID: ci-train-bot@canonical.com-20161208105056-teqkoq2t6ktx9d2e
Compatibility with unversioned cmake-extras modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        ${GMOCK_LIBRARIES}
20
20
)
21
21
 
22
 
add_valgrind_test(
 
22
add_test(
23
23
        usermetricsservice-unit-tests
24
24
        usermetricsservice-unit-tests
25
25
)