~gerboland/unity/8-refactor-wm-and-test

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Michał Sawicz
  • Date: 2013-06-05 22:03:08 UTC
  • Revision ID: michal.sawicz@canonical.com-20130605220308-yny8fv3futtr04fg
Inital unity8 commit.

Previous history can be found at https://code.launchpad.net/~unity-team/unity/phablet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# QML tests that do not require graphical capabitlies.
 
2
add_custom_target(qmlunittests)
 
3
 
 
4
# QML tests that require graphical capabitlies.
 
5
add_custom_target(qmluitests)
 
6
 
 
7
add_custom_target(qmltests)
 
8
add_dependencies(qmltests qmlunittests qmluitests)
 
9
 
 
10
add_subdirectory(qmltests)
 
11
add_subdirectory(mocks)
 
12
add_subdirectory(whitespace)
 
13
add_subdirectory(plugins)
 
14
add_subdirectory(utils)