* t/pmc/complex.t:
[parrot.git] / t / steps / gen_platform-01.t
blobce77ff242524d6f44447db1417c3c485257408f0
1 #! perl
2 # Copyright (C) 2007, The Perl Foundation.
3 # $Id$
4 # gen_platform-01.t
6 use strict;
7 use warnings;
8 use Test::More tests =>  2;
9 use Carp;
10 use lib qw( lib );
11 use_ok('config::gen::platform');
13 =for hints_for_testing By definition, test coverage of this package will
14 appear low because you can only test the OS you are currently running
15 on.  Use Test::More SKIP blocks as needed.
17 =cut
19 pass("Completed all tests in $0");
21 ################### DOCUMENTATION ###################
23 =head1 NAME
25 gen_platform-01.t - test config::gen::platform
27 =head1 SYNOPSIS
29     % prove t/steps/gen_platform-01.t
31 =head1 DESCRIPTION
33 The files in this directory test functionality used by F<Configure.pl>.
35 The tests in this file test subroutines exported by config::gen::platform.
37 =head1 AUTHOR
39 James E Keenan
41 =head1 SEE ALSO
43 config::gen::platform, F<Configure.pl>.
45 =cut
47 # Local Variables:
48 #   mode: cperl
49 #   cperl-indent-level: 4
50 #   fill-column: 100
51 # End:
52 # vim: expandtab shiftwidth=4: