File: 200-all-files-ok.t

package info (click to toggle)
libtest-compile-perl 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 816; makefile: 2; sh: 1
file content (10 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!perl
use strict;
use warnings;
use Test::More tests => 2;
use Test::Compile qw( all_files_ok );

# all_files_ok() calls 'ok()' as required
# so we can't that explicitly in this script...
# this file is mostly just to increase the coverage.
all_files_ok();