Re: [PATCH v2 06/20] command_ut: test: Move test into lib

2024-11-15 Thread Simon Glass
Hi Heinrich, On Thu, 14 Nov 2024 at 04:09, Heinrich Schuchardt wrote: > > On 11/2/24 20:36, Simon Glass wrote: > > This test doesn't belong at the top level. Move it into the lib/ > > directory, since that is where compression is implemented. > > > > Rename it to just 'command', since it is obvio

Re: [PATCH v2 06/20] command_ut: test: Move test into lib

2024-11-14 Thread Heinrich Schuchardt
On 11/2/24 20:36, Simon Glass wrote: This test doesn't belong at the top level. Move it into the lib/ directory, since that is where compression is implemented. Rename it to just 'command', since it is obviously a unit test and the _ut suffix does not add much except to make it different from th

[PATCH v2 06/20] command_ut: test: Move test into lib

2024-11-02 Thread Simon Glass
This test doesn't belong at the top level. Move it into the lib/ directory, since that is where compression is implemented. Rename it to just 'command', since it is obviously a unit test and the _ut suffix does not add much except to make it different from the names of other test files. Signed-of