~mzanetti/unity8/panel-button-fixes

« back to all changes in this revision

Viewing changes to tests/qmltests/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Albert Astals Cid, Michał Sawicz
  • Date: 2015-09-22 12:57:02 UTC
  • mfrom: (1752.8.47 origin/autopkgtests)
  • Revision ID: ci-train-bot@canonical.com-20150922125702-wboqbqanpto9l9s2
Add DEP-8 test for all our UI and unit tests

Some refactoring was needed:
- added a basic Ubuntu.Web mock
- made plugin path an environment, not a compiled-in bit
- moved Unity.Application resources into .qrc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
add_subdirectory(Components)
3
3
 
4
 
add_unity8_qmltest(. OrientedShell)
 
4
add_unity8_qmltest(. OrientedShell LIGHTDM)
5
5
add_unity8_qmltest(. Shell LIGHTDM)
6
6
add_unity8_qmltest(. ShellWithPin LIGHTDM)
7
7
add_unity8_qmltest(Components Background)
18
18
add_unity8_qmltest(Components ZoomableImage)
19
19
add_unity8_qmltest(Dash Dash)
20
20
add_unity8_qmltest(Dash DashContent)
21
 
add_unity8_qmltest(Dash DashShell)
 
21
add_unity8_qmltest(Dash DashShell LIGHTDM)
22
22
add_unity8_qmltest(Dash Card)
23
23
add_unity8_qmltest(Dash CardCarousel)
24
24
add_unity8_qmlbenchmark(Dash CardBenchmark 1000)