table of contents
Dist::Zilla::Plugin::RunExtraTests(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::RunExtraTests(3pm) |
NAME¶
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
VERSION¶
version 0.029
SYNOPSIS¶
In your dist.ini:
[RunExtraTests]
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.
SEE ALSO¶
- •
- Dist::Zilla
AUTHORS¶
- David Golden <dagolden@cpan.org>
- Jesse Luehrs <doy@cpan.org>
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
2022-12-06 | perl v5.36.0 |