File: Dir-Self.t

package info (click to toggle)
libdir-self-perl 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 40; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!perl -w
use strict;

use Test::More tests => 3;

use Dir::Self;
ok 1, 'use Dir::Self';

#########################

# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.

like __DIR__, '/\bt$/';

use lib __DIR__;
require "zerlegungsgleichheit/d.t";
like zd(), '/\bzerlegungsgleichheit$/';