~ci-train-bot/content-hub/content-hub-ubuntu-zesty-2495

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Ken VanDine
  • Date: 2015-06-01 13:04:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: ken.vandine@canonical.com-20150601130439-5smi3pdf4ljfrok8
Added apparmor profile for testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
%:
7
7
        dh $@ --with click,translations --fail-missing -- -B build
8
8
 
 
9
override_dh_auto_install:
 
10
        dh_auto_install
 
11
        dh_apparmor -pcontent-hub-testability --profile-name=content-hub-testability
 
12
 
9
13
override_dh_auto_test:
10
14
        dbus-test-runner -t make -p "-C" -p "build/tests/acceptance-tests" -p test
11
15