Re: [PATCH v2 5/6] tests: Delay mock creation

2020-11-27 Thread Michal Prívozník
On 11/23/20 11:10 PM, Roman Bolshakov wrote: There might be mocks that need to reference qemu test driver and link with it. It's not possible now because qemu test driver is defined after mocks. While at it, add 'link_with' parameter to mock definition that allows to specify a set of libraries

[PATCH v2 5/6] tests: Delay mock creation

2020-11-23 Thread Roman Bolshakov
There might be mocks that need to reference qemu test driver and link with it. It's not possible now because qemu test driver is defined after mocks. While at it, add 'link_with' parameter to mock definition that allows to specify a set of libraries the mock has to be linked with. Signed-off-by: