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