ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #10122
[Merge] lp:~sbaldassin/ubuntu-calculator-app/testability_support into lp:ubuntu-calculator-app
Santiago Baldassin has proposed merging lp:~sbaldassin/ubuntu-calculator-app/testability_support into lp:ubuntu-calculator-app.
Commit message:
Adding support for testing the app with autopilot
Requested reviews:
Ubuntu Calculator Developers (ubuntu-calculator-dev)
For more details, see:
https://code.launchpad.net/~sbaldassin/ubuntu-calculator-app/testability_support/+merge/315133
This mp includes a testability folder where the autopilop-qt snap is going to mount the testability libraries once the interface is connected and it also includes the testability plug
--
Your team Ubuntu Calculator Developers is requested to review the proposed merge of lp:~sbaldassin/ubuntu-calculator-app/testability_support into lp:ubuntu-calculator-app.
=== added directory 'snap/testability'
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-12-01 14:51:31 +0000
+++ snapcraft.yaml 2017-01-19 14:19:24 +0000
@@ -17,6 +17,11 @@
content: ubuntu-app-platform1
target: ubuntu-app-platform
+ testability:
+ interface: content
+ content: testability
+ target: testability
+
parts:
ubuntu-calculator-app:
plugin: cmake
Follow ups