File: 03-usage-both.t

package info (click to toggle)
libtest-if-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 1,833; sh: 22; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use lib::abs '../lib';
use Test::More;
use Test::If 'Test::More 0.01', sub{ $ENV{HOME} }, [ tests => 2 ];

ok 1, 'test 1 pass';
ok 1, 'test 2 pass';