source: liacs/coco/tests/README.dotests@ 2

Last change on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 791 bytes
Line 
1The 'dotests' script is a Perl script. Therefore you need to have Perl
2installed. In case of failure, make sure that the path to the Perl binary is
3correct (which can be found in the first line of the script).
4
5Inside the script are some variables that control the behaviour of the script.
6
7The script is preconfigured to run in the directory in which you build
8your compiler binary. The 'tests' directory with all other files needs
9to be placed one level above that build directory.
10
11The script expects a return value of the compiler:
12 0 for a correct program
13 1 for an incorrect program
14Other values are considered as a failure. For example, a segmentation fault
15will always result in a non-zero value.
16
17
18(original text by Paul van der Mark,
19translated & adapted by Sven van Haastregt)
Note: See TracBrowser for help on using the repository browser.