commit | 3ca9e28c092842ccfe175585322071e8fdcf5dd4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 19 08:36:02 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:06 2023 -0500 |
tree | f340f673f29c59496db5d91f69ddc2327c71bc1b | |
parent | c88024a148b64bb5ec12a986d53ea66247911b4d [diff] |
tools: Keep test_util and patman test files in the pip release The test_util module is actually imported by some tools, e.g. binman so include it in the pip release. The patman tool uses its test code when starting up, so keep that too. Show a list of deleted files so it is clear what is happening. Signed-off-by: Simon Glass <sjg@chromium.org>