DEFRECORD KCML_Test_DefTestInfo
Record supplied by 'KCML_Test_EnumerateDefTests to a callback containing information about a DEFTEST.| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_Test_DefTestInfo_Name$ | CHAR(128) | Name of DEFSUB for this test |
| KCML_Test_DefTestInfo_SYM | The SYM of the DEFTEST | |
| KCML_Test_DefTestInfo_Filename$ | CHAR(1024) | Path to the source file containing the DEFTEST |
| KCML_Test_DefTestInfo_Library$ | CHAR(64) | Name of library containing the DEFTEST |
| KCML_Test_DefTestInfo_Deprecated | BOOL | Whether the DEFTEST has the DEPRECATED qualifier |
| KCML_Test_DefTestInfo_TestFilename$ | CHAR(1024) | Path to the .tst file containing the DEFTEST |