22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
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.
-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
|
|
>
|
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
|