Merge lp:~dpm/ubuntu-filemanager-app/show-ap into lp:ubuntu-filemanager-app

Proposed by David Planella
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 316
Merged at revision: 319
Proposed branch: lp:~dpm/ubuntu-filemanager-app/show-ap
Merge into: lp:ubuntu-filemanager-app
Diff against target: 33 lines (+16/-0)
3 files modified
tests/autopilot/CMakeLists.txt (+2/-0)
tests/autopilot/filemanager/CMakeLists.txt (+8/-0)
tests/autopilot/filemanager/tests/CMakeLists.txt (+6/-0)
To merge this branch: bzr merge lp:~dpm/ubuntu-filemanager-app/show-ap
Reviewer Review Type Date Requested Status
Arto Jalkanen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+239902@code.launchpad.net

Commit message

Show autopilot files in Qt Creator

Description of the change

Show autopilot files in Qt Creator

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Arto Jalkanen (ajalkane) wrote :

Works great, thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/CMakeLists.txt'
2--- tests/autopilot/CMakeLists.txt 2014-05-01 18:35:42 +0000
3+++ tests/autopilot/CMakeLists.txt 2014-10-28 19:24:24 +0000
4@@ -6,3 +6,5 @@
5 DESTINATION ${PYTHON_PACKAGE_DIR}
6 )
7 endif(INSTALL_TESTS)
8+
9+add_subdirectory(filemanager)
10
11=== added file 'tests/autopilot/filemanager/CMakeLists.txt'
12--- tests/autopilot/filemanager/CMakeLists.txt 1970-01-01 00:00:00 +0000
13+++ tests/autopilot/filemanager/CMakeLists.txt 2014-10-28 19:24:24 +0000
14@@ -0,0 +1,8 @@
15+# make the emulator files visible on qtcreator
16+file(GLOB PYTHON_EMULATOR_FILES
17+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
18+ *.py)
19+
20+add_custom_target(com_ubuntu_filemanager_PYTHONEMULATORFiles ALL SOURCES ${PYTHON_EMULATOR_FILES})
21+
22+add_subdirectory(tests)
23
24=== added file 'tests/autopilot/filemanager/tests/CMakeLists.txt'
25--- tests/autopilot/filemanager/tests/CMakeLists.txt 1970-01-01 00:00:00 +0000
26+++ tests/autopilot/filemanager/tests/CMakeLists.txt 2014-10-28 19:24:24 +0000
27@@ -0,0 +1,6 @@
28+# make the test files visible on qtcreator
29+file(GLOB PYTHON_TEST_FILES
30+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
31+ *.py)
32+
33+add_custom_target(com_ubuntu_filemanager_PYTHONTESTFiles ALL SOURCES ${PYTHON_TEST_FILES})

Subscribers

People subscribed via source and target branches