~ps-jenkins/ubuntu-ui-extras/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Ubuntu exta components are a collection of components that does not have the necessary
level of quality for inclusion in the toolkit (https://launchpad.net/ubuntu-ui-toolkit):
- lack of documentation
- lack of automated tests

= Building =

The build system uses cmake.
To compile, simply invoke cmake and then make:

    $ cmake .
    $ make

= Unit tests =

To run the unit tests, you can use the commands below:

    $ make test

      - or -

    $ ctest

= Automated UI tests =

We use autopilot (https://launchpad.net/autopilot) to test the UI.
To run the tests, you will need to install python-autopilot and libautopilot-qt.
Then do the following:

    $ cd tests/autopilot/
    $ autopilot run ubuntu_ui_extras

You can get a list of all available tests with the following command:

    $ autopilot list ubuntu_ui_extras