NAME
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
VERSION
version 0.008
SYNOPSIS
In your dist.ini:
[RunExtraTests]
DESCRIPTION
Runs xt tests when C<dzil test> is run. C<xt/release>, C<xt/author>, and C<xt/smoke> will be tested based on the values of the appropriate environment variables (C<RELEASE_TESTING>, C<AUTHOR_TESTING>, and C<AUTOMATED_TESTING>), which are set by C<dzil test>.
If C<RunExtraTests> is listed after one of the normal test-running plugins (e.g. C<MakeMaker> or C<ModuleBuild>), then the dist will not be rebuilt between running the normal tests and the extra tests.
SEE ALSO
AUTHORS
David Golden <dagolden@cpan.org>
Jesse Luehrs <doy@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004