Re: [PATCH] tests: add missing genh dependency

2020-09-11 Thread Philippe Mathieu-Daudé
On 9/11/20 3:42 PM, Paolo Bonzini wrote: > Fix high-parallelism builds by forcing all generated headers > to be created before tests are compiled. FYI I had this problem too (simply building with -j8) simply adding a new qapi/file.json. Reviewed-by: Philippe Mathieu-Daudé > > Reported-by:

Re: [PATCH] tests: add missing genh dependency

2020-09-11 Thread Claudio Fontana
On 9/11/20 3:42 PM, Paolo Bonzini wrote: > Fix high-parallelism builds by forcing all generated headers > to be created before tests are compiled. > > Reported-by: Claudio Fontana > Signed-off-by: Paolo Bonzini > --- > tests/meson.build | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH] tests: add missing genh dependency

2020-09-11 Thread Paolo Bonzini
Fix high-parallelism builds by forcing all generated headers to be created before tests are compiled. Reported-by: Claudio Fontana Signed-off-by: Paolo Bonzini --- tests/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/meson.build b/tests/meson.build