source:
XMLIO_V2/tools/FCM/t/Fcm/CLI/Invoker/GUI.t
@
81
Last change on this file since 81 was 81, checked in by ymipsl, 15 years ago | |
---|---|
File size: 193 bytes |
Rev | Line | |
---|---|---|
[81] | 1 | #!/usr/bin/perl |
2 | ||
3 | use strict; | |
4 | use warnings; | |
5 | ||
6 | use Test::More qw{no_plan}; | |
7 | ||
8 | main(); | |
9 | ||
10 | sub main { | |
11 | my $class = 'Fcm::CLI::Invoker::GUI'; | |
12 | use_ok($class); | |
13 | } | |
14 | ||
15 | # TODO: actual unit tests | |
16 | ||
17 | __END__ |
Note: See TracBrowser
for help on using the repository browser.