diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 23:57:10 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 23:57:10 -0800 |
commit | 5d7f614e88bac459a693f1dcc91aad36ed3d00dd (patch) | |
tree | 0e7d6319bcfb4bc1c9d5c57dd513780521a65625 /tests/TESTS | |
parent | afcc4aba6708d37379ae70bab5ddc38592185e8b (diff) |
Reorganize main POD tests and add a spelling check
Add a POD spelling test to the non-Perl-module part of the code and
move the documentation tests into a separate directory. Merge the
POD syntax tests between client and server into one test.
Reformat all of the POD documentation to use 74 columns. Fix a few
revealed spelling errors or weird wordings.
Diffstat (limited to 'tests/TESTS')
-rw-r--r-- | tests/TESTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TESTS b/tests/TESTS index ac6fd82..161941c 100644 --- a/tests/TESTS +++ b/tests/TESTS @@ -1,7 +1,8 @@ client/basic client/full -client/pod client/prompt +docs/pod +docs/pod-spelling portable/asprintf portable/mkstemp portable/setenv @@ -11,7 +12,6 @@ portable/strlcpy server/admin server/backend server/keytab -server/pod util/concat util/messages util/messages-krb5 |