~ci-train-bot/qtmir/qtmir-ubuntu-zesty-2481

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Albert Astals Cid
  • Date: 2017-02-15 13:21:31 UTC
  • mfrom: (595.1.6 qtmir)
  • Revision ID: ci-train-bot@canonical.com-20170215132131-84qg518nyssuc3pz
Check we provide the same unity-application-impl that we require

Approved by: Gerry Boland, Lukáš Tinkl, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/convert-to-gles.sh
12
12
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
13
13
)
 
14
 
 
15
add_test(
 
16
    NAME requires-provides
 
17
    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/check-requires-provides.sh
 
18
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
 
19
)