~larryprice/ubuntu-app-launch/better-icon-themes

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2017-02-15 15:09:51 UTC
  • mfrom: (274.2.17 zg-ordering)
  • Revision ID: ci-train-bot@canonical.com-20170215150951-r736n25rz2vlg68t
Provide a popularity info item and a signal for info updating

Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
add_test(NAME jobs-systemd COMMAND jobs-systemd)
77
77
 
 
78
# Info Watcher ZG
 
79
 
 
80
add_executable (info-watcher-zg
 
81
        info-watcher-zg.cpp)
 
82
target_link_libraries (info-watcher-zg ${GMOCK_LIBRARIES} launcher-static ${DBUSTEST_LIBRARIES})
 
83
 
 
84
add_test(NAME info-watcher-zg COMMAND info-watcher-zg)
 
85
 
78
86
# Snapd Info Test
79
87
 
80
88
if(CURL_FOUND)
97
105
add_executable (application-info-desktop-test
98
106
  application-info-desktop.cpp
99
107
)
100
 
target_link_libraries (application-info-desktop-test gtest_main ${GTEST_MAIN_LIBRARIES} launcher-static)
 
108
target_link_libraries (application-info-desktop-test gtest_main ${GMOCK_LIBRARIES} ${DBUSTEST_LIBRARIES} launcher-static)
101
109
 
102
110
add_test (NAME application-info-desktop-test COMMAND application-info-desktop-test)
103
111
 
179
187
        libual-cpp-test.cc
180
188
        list-apps.cpp
181
189
        eventually-fixture.h
 
190
        info-watcher-zg.cpp
182
191
        jobs-base-test.cpp
183
192
        jobs-systemd.cpp
184
193
        registry-mock.h