summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2020-02-21 13:34:21 -0800
committerGitHub <noreply@github.com>2020-02-21 13:34:21 -0800
commit542d1b98ffd0b3b304f239a0e0a9288f4fff854e (patch)
tree8fa142391e88a666a61a25c2ec535f595425cac7 /MANIFEST.in
parent79dfae9624480f757795224732bfaa9ca1dd4543 (diff)
downloadansible-542d1b98ffd0b3b304f239a0e0a9288f4fff854e.tar.gz
Support private test plugins in ansible-test. (#67660)
* Support private test plugins in ansible-test. This feature is exclusively used for testing Ansible itself and is not available to collections. Content in the newly supported directories will be added in follow-up PRs. * Add new directory to path classification. * Support new paths in shebang test. * Add new directory to manifest.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8491212032..3a7b92c6d2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,6 +26,7 @@ recursive-include test/lib/ansible_test/_data *.cfg *.ini *.json *.ps1 *.psd1 *.
recursive-include test/lib/ansible_test/_data/injector ansible ansible-config ansible-connection ansible-console ansible-doc ansible-galaxy ansible-playbook ansible-pull ansible-test ansible-vault pytest
recursive-include test/lib/ansible_test/_data/sanity/validate-modules validate-modules
recursive-include test/sanity *.json *.py *.txt
+recursive-include test/support *.py *.ps1 *.psm1 *.cs
exclude test/sanity/code-smell/botmeta.*
recursive-include test/units *
include Makefile