Added options to make Robodoc more customizable.
[robodoc.git] / Source / Test / option_rc_test.pl
1 #!/usr/bin/perl -w
2 #
3 # Test the --rc option
4 # If the works there should be a file called
5 # option_rc_test.html
6 #
7 # $Id: option_rc_test.pl,v 1.1 2003/08/13 20:42:07 gumpu Exp $
8 #
9
10 use strict;
11 use ROBOTest;
12 ROBOTest::start("Test of --rc");
13 ROBOTest::assertFile( "option_rc_test.html" );
14 ROBOTest::finish;