Imported Robodoc.
[robodoc.git] / Source / Test / outputformat_test.pl
1 #!/usr/bin/perl -w
2
3 #
4 # Test whether robodoc can generate output in all the formats
5 # it is supposed to support.
6 #
7
8 # TODO
9 #
10 use strict;
11
12 print "Outputformat Test: ";
13
14 print<<EOF;
15 FAIL
16 This test is not yet implemented.
17 EOF
18
19