1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Pulled from /usr/share/doc/pkg-perl-autopkgtest/examples/default-tests-control
# This local copy is needed as there is no real point in running the smoke test
# without Internet connexion, otherwise all tests are skipped, and the test ends
# up passing while being more than superficial.
Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
Depends: @, @builddeps@, pkg-perl-autopkgtest
Restrictions: skippable, superficial
Features: test-name=autodep8-perl-build-deps
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
Depends: @, pkg-perl-autopkgtest
Restrictions: skippable, superficial
Features: test-name=autodep8-perl
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
Depends: @, pkg-perl-autopkgtest
Restrictions: needs-recommends, skippable, superficial
Features: test-name=autodep8-perl-recommends
|