IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2009, 4:26:43 PM (17 years ago)
Author:
jhoblitt
Message:

add basic pod/tests

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/console/t/01_load.t

    r24614 r24616  
    1 # -*- perl -*-
     1#!/usr/bin/perl
    22
    3 # t/001_load.t - check module loading and create testing directory
     3# Copryight (C) 2009  Joshua Hoblitt
    44
    5 use Test::More tests => 2;
     5use strict;
     6use warnings FATAL => qw( all );
    67
    7 BEGIN { use_ok( 'console' ); }
     8use lib qw( ./t ./lib );
    89
    9 my $object = console->new ();
    10 isa_ok ($object, 'console');
     10use Test::More tests => 1;
    1111
    12 
     12BEGIN { use_ok( 'Console' ); }
Note: See TracChangeset for help on using the changeset viewer.