~zsombi/ubuntu-ui-toolkit/contextualActions

« back to all changes in this revision

Viewing changes to tests/unit_x11/add_qmlmakecheck.pri

  • Committer: Benjamin Zeller
  • Date: 2015-05-19 07:55:27 UTC
  • mto: (1504.7.12 staging)
  • mto: This revision was merged to the branch mainline in revision 1574.
  • Revision ID: benjamin.zeller@canonical.com-20150519075527-45m71k28dd6pjgea
Create docs again

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 check.commands = "set -e;"
10
10
 for(TEST, TESTS) {
11
11
  check.commands += cd $$_PRO_FILE_PWD_;
12
 
  check.commands += env LD_LIBRARY_PATH=$${ROOT_BUILD_DIR}/modules/Ubuntu/Components:$${ROOT_BUILD_DIR}/modules/Ubuntu/Layouts:$${ROOT_BUILD_DIR}/modules/Ubuntu/PerformanceMetrics:$${ROOT_BUILD_DIR}/modules/Ubuntu/Test UITK_TEST_KEEP_RUNNING=1
 
12
  check.commands += env LD_LIBRARY_PATH=$${ROOT_BUILD_DIR}/qml/Ubuntu/Components:$${ROOT_BUILD_DIR}/qml/Ubuntu/Layouts:$${ROOT_BUILD_DIR}/qml/Ubuntu/PerformanceMetrics:$${ROOT_BUILD_DIR}/qml/Ubuntu/Test UITK_TEST_KEEP_RUNNING=1
13
13
  check.commands += '$${ROOT_SOURCE_DIR}/tests/unit/runtest.sh "$$shadowed($$_PRO_FILE_PWD_)/$${TARGET}" "$${TEST}"';
14
14
 }
15
15
}