Provided by: dh-raku_0.7_all
NAME
dh_raku_test -- automatically test perl 6 module packages
SYNOPSIS
dh_raku_test
DESCRIPTION
This script will call "prove6 -l -v" to self-test a Raku module package. It will only do so if three conditions are met: • A 't' directory exists • raku-tap-harness is installed, typically by adding it to the build-depencies of the package being built • The debhelper build option 'nocheck' is not set HOME directory Before launching tests, the "HOME" directory is set to "debian/tmp/home". This directory is cleaned up after the tests are done.
SEE ALSO
dh_raku_maintscript(1), dh_raku_depsfile(1), debhelper(7), dh(1)