
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test

version 0.007

In your dist.ini:
[RunExtraTests]

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.



This software is Copyright (c) 2012 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004