summaryrefslogtreecommitdiff
path: root/t/pod-spell.t
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-06-15 02:05:42 +0200
committerGuillem Jover <guillem@debian.org>2016-07-03 21:02:23 +0200
commit5104e0e0c00f90f46fcd7307234c7f76a397dfc0 (patch)
treea11ecac20c6fee4d7885513fed378726e9ec3f64 /t/pod-spell.t
parent50a0d0c436279ae7c8024fd0d3eb07f5f9ac0051 (diff)
downloaddpkg-5104e0e0c00f90f46fcd7307234c7f76a397dfc0.tar.gz
test: Add new pod-spell unit test
Diffstat (limited to 't/pod-spell.t')
-rw-r--r--t/pod-spell.t96
1 files changed, 96 insertions, 0 deletions
diff --git a/t/pod-spell.t b/t/pod-spell.t
new file mode 100644
index 000000000..4d21e3e0f
--- /dev/null
+++ b/t/pod-spell.t
@@ -0,0 +1,96 @@
+#!/usr/bin/perl
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+use strict;
+use warnings;
+
+use Test::More;
+use Test::Dpkg;
+
+use IPC::Cmd qw(can_run);
+
+if (defined $ENV{srcdir}) {
+ chdir $ENV{srcdir} or die "cannot chdir to source directory: $!";
+}
+
+plan skip_all => 'author test' unless $ENV{AUTHOR_TESTING};
+
+eval 'use Test::Spelling';
+plan skip_all => 'Test::Spelling required for spell checking POD' if $@;
+
+if (not can_run('aspell')) {
+ plan skip_all => 'aspell required for spell checking POD';
+}
+
+if (qx(aspell dicts) !~ m/en_US/) {
+ plan skip_all => 'aspell en_US dictionary required for spell checking POD';
+}
+
+my @files = Test::Dpkg::all_perl_files();
+
+plan tests => scalar @files;
+
+set_spell_cmd('aspell list --encoding UTF-8 -l en_US -p /dev/null');
+add_stopwords(<DATA>);
+
+for my $file (@files) {
+ pod_file_spelling_ok($file);
+}
+
+__DATA__
+CVS
+DSC
+Dpkg
+IPC
+ORed
+OpenPGP
+XDG
+archqual
+bzip2
+canonicalized
+checksum
+checksums
+cmdline
+debian
+decompressor
+dep
+deps
+dpkg
+dpkg-buildflags
+dpkg-checkbuilddeps
+dpkg-dev
+dpkg-gencontrol
+dpkg-parsechangelog
+dsc
+dup'ed
+env
+envvar
+fieldnames
+ge
+gettext
+hurd
+keyrings
+le
+lzma
+multiarch
+nocheck
+qa
+reportfile
+rfc822
+sig
+substvars
+unparsed
+update-buildflags
+xz