commit | df6c36c592dd6dcaedd5a44f6c1c2c7a63ab155c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 06 18:26:07 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 08 18:29:13 2020 -0400 |
tree | 0c9c757e6556fc503915084d65478e23d4f0fef2 | |
parent | fcff09abe592f94e8cc8baf372d105bbff55bfa8 [diff] |
test: describe naming conventions for macro UNIT_TEST Strict naming conventions have to be followed for Python function generate_ut_subtest() to collect C unit tests to be executed via command 'ut'. Describe the requirements both on the C as well on the Python side. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>