On 10/04/19 00:54, Philippe Mathieu-Daudé wrote:
> It is pointless to create/remove a QFWCFG object for each test.
> Move it to the test context and create/remove it only once.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tests/fw_cfg-test.c | 74 +---
It is pointless to create/remove a QFWCFG object for each test.
Move it to the test context and create/remove it only once.
Signed-off-by: Philippe Mathieu-Daudé
---
tests/fw_cfg-test.c | 74 +
1 file changed, 27 insertions(+), 47 deletions(-)
diff --