]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Move test-suite-only dependencies to TESTING
authorRuss Allbery <eagle@eyrie.org>
Sat, 16 May 2020 23:47:52 +0000 (16:47 -0700)
committerRuss Allbery <eagle@eyrie.org>
Sat, 16 May 2020 23:47:52 +0000 (16:47 -0700)
In the README, move test-suite-only dependencies out of the main
REQUIREMENTS section to the TESTING section.

README
README.md
docs/metadata/requirements
docs/metadata/test/suffix [new file with mode: 0644]

diff --git a/README b/README
index 221eb8646164fcacb4cf37e94ae01a546a402803..9fadbe2921a58cc86ee8e9904cfe2c599247664b 100644 (file)
--- a/README
+++ b/README
@@ -135,20 +135,6 @@ REQUIREMENTS
 
   and their dependencies.
 
-  To run the test suite, you will need Perl 5.010 or later and the
-  dependencies of the heimdal-history program.  The following additional
-  Perl modules will also be used by the test suite if present:
-
-  * Perl6::Slurp
-  * Test::MinimumVersion
-  * Test::Perl::Critic
-  * Test::Pod
-  * Test::Spelling
-  * Test::Strict
-
-  All are available on CPAN.  Some tests will be skipped if the modules
-  are not available.
-
   To bootstrap from a Git checkout, or if you change the Automake files
   and need to regenerate Makefile.in, you will need Automake 1.11 or
   later.  For bootstrap or if you change configure.ac or any of the m4
@@ -260,6 +246,20 @@ TESTING
   Do this instead of running the test program directly since it will
   ensure that necessary environment variables are set up.
 
+  To run the test suite, you will need Perl 5.010 or later and the
+  dependencies of the heimdal-history program.  The following additional
+  Perl modules will also be used by the test suite if present:
+
+  * Perl6::Slurp
+  * Test::MinimumVersion
+  * Test::Perl::Critic
+  * Test::Pod
+  * Test::Spelling
+  * Test::Strict
+
+  All are available on CPAN.  Some tests will be skipped if the modules
+  are not available.
+
   To enable tests that don't detect functionality problems but are used to
   sanity-check the release, set the environment variable RELEASE_TESTING
   to a true value.  To enable tests that may be sensitive to the local
index 580908fe0d1a9be39d33ea1de931b8a473310ae1..b4531cbdffc73f85f5af0b30656c8b0b86bc12ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -138,20 +138,6 @@ later plus the following CPAN modules:
 
 and their dependencies.
 
-To run the test suite, you will need Perl 5.010 or later and the
-dependencies of the `heimdal-history` program.  The following additional
-Perl modules will also be used by the test suite if present:
-
-* Perl6::Slurp
-* Test::MinimumVersion
-* Test::Perl::Critic
-* Test::Pod
-* Test::Spelling
-* Test::Strict
-
-All are available on CPAN.  Some tests will be skipped if the modules are
-not available.
-
 To bootstrap from a Git checkout, or if you change the Automake files and
 need to regenerate Makefile.in, you will need Automake 1.11 or later.  For
 bootstrap or if you change configure.ac or any of the m4 files it includes
@@ -275,6 +261,20 @@ If a test fails, you can run a single test with verbose output via:
 Do this instead of running the test program directly since it will ensure
 that necessary environment variables are set up.
 
+To run the test suite, you will need Perl 5.010 or later and the
+dependencies of the `heimdal-history` program.  The following additional
+Perl modules will also be used by the test suite if present:
+
+* Perl6::Slurp
+* Test::MinimumVersion
+* Test::Perl::Critic
+* Test::Pod
+* Test::Spelling
+* Test::Strict
+
+All are available on CPAN.  Some tests will be skipped if the modules are
+not available.
+
 To enable tests that don't detect functionality problems but are used to
 sanity-check the release, set the environment variable `RELEASE_TESTING`
 to a true value.  To enable tests that may be sensitive to the local
index 3db0d1f531473872b70749ba3662e043cc49cf52..3aec56e00dbb84b04b9b37b99f6a54ecf9b23ca8 100644 (file)
@@ -53,17 +53,3 @@ later plus the following CPAN modules:
 * Readonly
 
 and their dependencies.
-
-To run the test suite, you will need Perl 5.010 or later and the
-dependencies of the `heimdal-history` program.  The following additional
-Perl modules will also be used by the test suite if present:
-
-* Perl6::Slurp
-* Test::MinimumVersion
-* Test::Perl::Critic
-* Test::Pod
-* Test::Spelling
-* Test::Strict
-
-All are available on CPAN.  Some tests will be skipped if the modules
-are not available.
diff --git a/docs/metadata/test/suffix b/docs/metadata/test/suffix
new file mode 100644 (file)
index 0000000..06f18d2
--- /dev/null
@@ -0,0 +1,13 @@
+To run the test suite, you will need Perl 5.010 or later and the
+dependencies of the `heimdal-history` program.  The following additional
+Perl modules will also be used by the test suite if present:
+
+* Perl6::Slurp
+* Test::MinimumVersion
+* Test::Perl::Critic
+* Test::Pod
+* Test::Spelling
+* Test::Strict
+
+All are available on CPAN.  Some tests will be skipped if the modules
+are not available.