~mterry/qtmir/warn-on-xapp

« back to all changes in this revision

Viewing changes to tests/modules/General/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Nick Dedekind
  • Date: 2015-10-21 11:46:54 UTC
  • mfrom: (369.4.13 qtmir)
  • Revision ID: ci-train-bot@canonical.com-20151021114654-zxs13246bxcdci9l
Added touch performance tracing and test.
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(
2
2
  GENERAL_TEST_SOURCES
3
3
  objectlistmodel_test.cpp
4
 
  ${CMAKE_SOURCE_DIR}/src/common/debughelpers.cpp
 
4
  timestamp_test.cpp
 
5
  ${CMAKE_SOURCE_DIR}/src/common/timestamp.cpp
5
6
)
6
7
 
7
8
include_directories(
8
 
  ${CMAKE_SOURCE_DIR}/src/platforms/mirserver
9
9
  ${CMAKE_SOURCE_DIR}/src/common
10
10
  ${CMAKE_SOURCE_DIR}/src/modules
11
 
  ${CMAKE_SOURCE_DIR}/tests/modules/common
12
 
  ${Qt5Gui_PRIVATE_INCLUDE_DIRS}
13
 
  ${MIRSERVER_INCLUDE_DIRS}
14
11
)
15
12
 
16
13
add_executable(general_test ${GENERAL_TEST_SOURCES})
18
15
target_link_libraries(
19
16
  general_test
20
17
 
21
 
  qpa-mirserver
22
 
  unityapplicationplugin
23
 
 
24
18
  Qt5::Gui
25
19
 
26
20
  ${GTEST_BOTH_LIBRARIES}