Imported Robodoc.
[robodoc.git] / Source / Test / robohdrs_test.pl
1 #!/usr/bin/perl -w
2 #
3 #
4 # $Id: robohdrs_test.pl,v 1.2 2003/12/26 22:31:29 gumpu Exp $
5 #
6
7 use strict;
8 use ROBOTest;
9 ROBOTest::start("ROBOHDRS Test");
10 ROBOTest::assertFile("Doc1/robo_functions.html");
11 ROBOTest::assertFile("Doc1/robo_variables.html");
12 ROBOTest::finish;
13