Blame test/mpi/maint/README

Packit Service c5cf8c
This readme describes the plan for generating tests automatically
Packit Service c5cf8c
from the description in the structured comment, along with some 
Packit Service c5cf8c
additional information.  
Packit Service c5cf8c
Packit Service c5cf8c
For each source file:
Packit Service c5cf8c
1. Find the structured comment (/*@)
Packit Service c5cf8c
2. Find the "Input Parameters" entry and read the parameters (lines
Packit Service c5cf8c
   starting with +, . and ending with -; single args use .
Packit Service c5cf8c
3. Find the "Output Parameters" and match types as for input parameters
Packit Service c5cf8c
4. For each input parameter, check the defined values (range) and
Packit Service c5cf8c
   generate test calls.  E.g., for ravalude that should be non-negatiuve
Packit Service c5cf8c
   integers, make a call with a negative value.
Packit Service c5cf8c
5. Use template for the start/end of the test program