Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
Contents
Copyright And License
This software is Copyright (c) 2016 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
perl v5.36.0 2022-12-06 Dist::Zilla::Pl...::RunExtraTests(3pm)
Description
Runs xt tests when the test phase is run (e.g. "dzil test", "dzil release" etc). xt/release, xt/author,
and xt/smoke will be tested based on the values of the appropriate environment variables
("RELEASE_TESTING", "AUTHOR_TESTING", and "AUTOMATED_TESTING"), which are set by "dzil test".
Additionally, all other xt files and directories will always be run.
If "RunExtraTests" is listed after one of the normal test-running plugins (e.g. "MakeMaker" or
"ModuleBuild"), then the dist will not be rebuilt between running the normal tests and the extra tests.
Name
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
See Also
• Dist::Zilla
Synopsis
In your dist.ini:
[RunExtraTests]
Version
version 0.029
