~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to tests/libhistoryservice/CMakeLists.txt

Move the classes from historyprivate static library to libhistoryservice itself and just keep their header files private.
Approved by: Tiago Salem Herrmann, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(
2
2
    ${CMAKE_SOURCE_DIR}/src
 
3
    ${CMAKE_SOURCE_DIR}/tests/common
3
4
    ${CMAKE_CURRENT_BINARY_DIR}
 
5
    ${TP_QT5_INCLUDE_DIRS}
4
6
)
5
7
 
6
8
generate_test(FilterTest SOURCES FilterTest.cpp LIBRARIES historyservice)
33
35
              USE_DBUS
34
36
              TASKS --task ${CMAKE_BINARY_DIR}/daemon/history-daemon --ignore-return --task-name history-daemon
35
37
              WAIT_FOR com.canonical.HistoryService)
 
38
 
 
39
# Telepathy-based tests
 
40
generate_telepathy_test(ContactMatcherTest
 
41
                        SOURCES ContactMatcherTest.cpp
 
42
                        QT5_MODULES Core DBus Test Qml Contacts)