1 2 3 4 5 6 7 8 9 10 11
|
# We could use "Testsuite: autopkgtest-pkg-perl", but the only test that
# works for us is build-deps. So to speed up debci, we have only the test
# we can use here.
#
# We skip the others as a number of our Perl modules aren't designed to be
# used directly, so fail a perl -c test. The unit tests provide pretty good
# (possibly complete?) coverage of the modules.
Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
Depends: @, @builddeps@, pkg-perl-autopkgtest
Features: test-name=autodep8-perl-build-deps
Restrictions: flaky
|