Function enumerate_tests

Source
pub fn enumerate_tests(tmk: &File) -> Result<Vec<TestInfo>>
Expand description

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.