1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# Override build-deps.d (tests can't be launched outside Apache::TestRun
# environment)
Test-Command: debian/tests/smoke
Depends: @, @builddeps@
Restrictions: allow-stderr
# Disable use.t test: .pm files are not usable outside mod_perl environment
#Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
#Depends: @, pkg-perl-autopkgtest
Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
Depends: @, pkg-perl-autopkgtest
Restrictions: needs-recommends
Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy
|