~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to tests/tests.pro

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-12-05 16:36:12 UTC
  • mfrom: (1363.1.2 app-theming-to-staging)
  • Revision ID: tarmac-20141205163612-7yub32shpe3zm1e2
Theming fixes: application theming, binding loop fix, auto-theming moved into MainView and it is applicable only on Ambiance and SuruDark, SuruGradient is no longer auto-themed. Fixes: https://bugs.launchpad.net/bugs/1213043, https://bugs.launchpad.net/bugs/1277647, https://bugs.launchpad.net/bugs/1330510, https://bugs.launchpad.net/bugs/1356779, https://bugs.launchpad.net/bugs/1389792.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = subdirs
2
 
SUBDIRS += unit unit_x11 autopilot
 
2
SUBDIRS += unit unit_x11
3
3
 
4
4
autopilot_module.path = /usr/lib/python3/dist-packages/ubuntuuitoolkit
5
5
autopilot_module.files = autopilot/ubuntuuitoolkit/*
12
12
INSTALLS += autopilot_module autopilot2_module
13
13
 
14
14
check.commands += cd ..;
15
 
check.commands += tests/qmlapicheck.sh || exit 1;
 
15
check.commands += tests/qmlapicheck.sh $${PWD} || exit 1;
16
16
check.commands += cd tests