Added options to make Robodoc more customizable.
[robodoc.git] / Source / t / readme.txt
1 #****h* ROBODoc/ROBODoc System Tests
2 # FUNCTION
3 #   A set of perl scripts that test ROBODoc functionallity.
4 #   Each script contains one of more system tests.  Each test
5 #   starts ROBODoc with a specific input and then asserts that
6 #   ROBODoc produces the correct output.
7 #
8 #   The tests use the Perl unittest framework, that is the 
9 #   modules:
10 #   * Test::More, See http://perldoc.perl.org/Test/More.html 
11 #   * Test::File
12 #
13 #   There is also a custom module ROBOTestFrame that contains a
14 #   set of useful functions that are common to all tests.
15 #
16 #   You can run the tests with
17 #      prove -l
18 #
19 #   Tests go into files with the extension .t. You can
20 #   run an individual set of tests with
21 #     prove <testfile>
22 #
23 #   A 'prove' should always result in a 100% score.  No test
24 #   should fail.
25 #
26 #*****
27 #
28