Re: [PATCH v2 05/26] tests: move libqtest.h back under qtest/

2022-05-30 Thread Juan Quintela
marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Since commit a2ce7dbd917 ("meson: convert tests/qtest to meson"), > libqtest.h is under libqos/ directory, while libqtest.c is still in > qtest/. Move back to its original location to avoid mixing with libqos/. > > Suggested-by: Thom

Re: [PATCH v2 05/26] tests: move libqtest.h back under qtest/

2022-04-26 Thread Stefan Berger
On 4/26/22 05:26, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Since commit a2ce7dbd917 ("meson: convert tests/qtest to meson"), libqtest.h is under libqos/ directory, while libqtest.c is still in qtest/. Move back to its original location to avoid mixing with libqos/. Suggest

[PATCH v2 05/26] tests: move libqtest.h back under qtest/

2022-04-26 Thread marcandre . lureau
From: Marc-André Lureau Since commit a2ce7dbd917 ("meson: convert tests/qtest to meson"), libqtest.h is under libqos/ directory, while libqtest.c is still in qtest/. Move back to its original location to avoid mixing with libqos/. Suggested-by: Thomas Huth Signed-off-by: Marc-André Lureau Revi