KCML_Test_EnumerateDefTests
Purpose
Enumerate the DEFTESTs for a given library.
Definition
DEFSUB 'KCML_Test_EnumerateDefTests(sLibraryFile$, p AS SYM('KCML_Test_EnumerateDefTests_Prototype)) AS Void
Parameters
| sLibraryFile | The name of the library file. |
| p | SYM of a function compatible with the prototype 'KCML_Test_EnumerateDefTests_Prototype |
Description
Enumerate the DEFTESTs for a given library file. This will call the callback function for every DEFTEST in the given library.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.