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
=== modified file 'tests/autopilot/CMakeLists.txt'
--- tests/autopilot/CMakeLists.txt 2014-05-01 18:35:42 +0000
+++ tests/autopilot/CMakeLists.txt 2014-10-28 19:24:24 +0000
@@ -6,3 +6,5 @@
6 DESTINATION ${PYTHON_PACKAGE_DIR}6 DESTINATION ${PYTHON_PACKAGE_DIR}
7 )7 )
8endif(INSTALL_TESTS)8endif(INSTALL_TESTS)
9
10add_subdirectory(filemanager)
911
=== added file 'tests/autopilot/filemanager/CMakeLists.txt'
--- tests/autopilot/filemanager/CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ tests/autopilot/filemanager/CMakeLists.txt 2014-10-28 19:24:24 +0000
@@ -0,0 +1,8 @@
1# make the emulator files visible on qtcreator
2file(GLOB PYTHON_EMULATOR_FILES
3 RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
4 *.py)
5
6add_custom_target(com_ubuntu_filemanager_PYTHONEMULATORFiles ALL SOURCES ${PYTHON_EMULATOR_FILES})
7
8add_subdirectory(tests)
09
=== added file 'tests/autopilot/filemanager/tests/CMakeLists.txt'
--- tests/autopilot/filemanager/tests/CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ tests/autopilot/filemanager/tests/CMakeLists.txt 2014-10-28 19:24:24 +0000
@@ -0,0 +1,6 @@
1# make the test files visible on qtcreator
2file(GLOB PYTHON_TEST_FILES
3 RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
4 *.py)
5
6add_custom_target(com_ubuntu_filemanager_PYTHONTESTFiles ALL SOURCES ${PYTHON_TEST_FILES})

Subscribers

People subscribed via source and target branches