source: XIOS/tools/FCM/t/Fcm/ExtractConfigComparator.t @ 1158

Last change on this file since 1158 was 81, checked in by ymipsl, 14 years ago

ajout FCM 1.5

File size: 197 bytes
Line 
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More qw{no_plan};
7
8main();
9
10sub main {
11    my $class = 'Fcm::ExtractConfigComparator';
12    use_ok($class);
13}
14
15# TODO: more real tests
16
17__END__
Note: See TracBrowser for help on using the repository browser.