]> git.donarmstrong.com Git - debhelper.git/blob - t/pod
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / t / pod
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 eval 'use Test::Pod';
8 plan skip_all => 'Test::Pod required' if $@;
9
10 all_pod_files_ok(grep { -x $_ } glob 'dh_*');