2 # Copyright (C) 2007, The Perl Foundation.
8 use Test::More tests => 2;
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.
19 pass("Completed all tests in $0");
21 ################### DOCUMENTATION ###################
25 gen_platform-01.t - test config::gen::platform
29 % prove t/steps/gen_platform-01.t
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.
43 config::gen::platform, F<Configure.pl>.
49 # cperl-indent-level: 4
52 # vim: expandtab shiftwidth=4: