pub fn enumerate_tests(tmk: &File) -> Result<Vec<TestInfo>>
Enumerate the tests from a TMK binary.
The test definitions are stored as an array of [tmk_protocol::TestDescriptor64] in the “tmk_tests” section of the binary.
tmk_protocol::TestDescriptor64