DEFRECORD KCML_Test_DefTestInfo

Record supplied by 'KCML_Test_EnumerateDefTests to a callback containing information about a DEFTEST.
FLD namePack formatPurpose
KCML_Test_DefTestInfo_Name$CHAR(128)Name of DEFSUB for this test
KCML_Test_DefTestInfo_SYMThe 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_DeprecatedBOOLWhether the DEFTEST has the DEPRECATED qualifier
KCML_Test_DefTestInfo_TestFilename$CHAR(1024)Path to the .tst file containing the DEFTEST