Overview
Comment: | Mention in the documentation about the autotest mode, regular expression to find errors |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
839e21c9381b0de379ab0e47b6748213 |
User & Date: | user on 2021-01-10 23:58:31 |
Other Links: | manifest | tags |
Context
2021-01-11
| ||
06:22 | Start to implement the picture editor check-in: 6e1b1bf6d3 user: user tags: trunk | |
2021-01-10
| ||
23:58 | Mention in the documentation about the autotest mode, regular expression to find errors check-in: 839e21c938 user: user tags: trunk | |
03:23 | Implement autotest mode and add the config.doc file check-in: 42f95966ca user: user tags: trunk | |
Changes
Modified commandline.doc from [4a5551fa71] to [ea8d54a2cc].
︙ | ︙ | |||
22 23 24 25 26 27 28 | Write details of macro expansion to stdout. -T Mode for testing some internal functions of Free Hero Mesh and SDL. You probably do not need to use this mode yourself. -a | | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | Write details of macro expansion to stdout. -T Mode for testing some internal functions of Free Hero Mesh and SDL. You probably do not need to use this mode yourself. -a Autotest levels, ensuring that the provided solution is valid. Lines that don't match /^Level [0-9]+\.*: OK$/ denote errors. -c Only load classes and then terminate. This can be used to test that the class definition file does not contain syntax errors, or it can be used together with -C, -H, -L, -M to see how it is parsing it. -e |
︙ | ︙ |