File: 01-base.t

package info (click to toggle)
libsys-hostip-perl 2.120-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 487; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl

use strict;
use warnings;

use lib '.';
use t::lib::Utils qw/base_tests/;
use Test::More 'tests' => 11;

# run base tests on actual system
my $hostip = Sys::HostIP->new;
base_tests($hostip);