commit | bfd6177631c2c90c6a5d5ac9380df7c7ea59171e | [log] [tgz] |
---|---|---|
author | Tristan Honscheid <honscheid@google.com> | Thu Apr 13 15:57:34 2023 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 13 19:56:26 2023 -0400 |
tree | 68c722a4484b3d932d0a5fa2a6bffc17156383e9 | |
parent | 1d5e644d122df204cc9d30bf80895775e62dba11 [diff] |
twister: Include unit test `testbinary` in ELF search space `TestInstance.get_elf_file()` does not include the binary name used for unit testing (`testbinary`) in its search, causing unit tests to not complete successfully. This does not cause tests to fail and thus goes unnoticed. Update the glob expressions used in `get_elf_file()` to also look for files called `testbinary` Signed-off-by: Tristan Honscheid <honscheid@google.com>