Re: [PATCH 00/16] meson: convert unit tests in tests/Makefile.include

2020-08-28 Thread Thomas Huth
On 28/08/2020 14.59, Marc-André Lureau wrote: > Hi > > On Fri, Aug 28, 2020 at 4:56 PM Thomas Huth > wrote: > > On 28/08/2020 13.07, marcandre.lur...@redhat.com > wrote: > > From: Marc-André Lureau

Re: [PATCH 00/16] meson: convert unit tests in tests/Makefile.include

2020-08-28 Thread Marc-André Lureau
Hi On Fri, Aug 28, 2020 at 4:56 PM Thomas Huth wrote: > On 28/08/2020 13.07, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Hi, > > > > This series convert the unit tests from tests/Makefile.include to meson. > > Just an optional idea: What about moving the unit tests to

Re: [PATCH 00/16] meson: convert unit tests in tests/Makefile.include

2020-08-28 Thread Thomas Huth
On 28/08/2020 13.07, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > This series convert the unit tests from tests/Makefile.include to meson. Just an optional idea: What about moving the unit tests to a separate subdirectory a la tests/unit/ , too? Thomas

[PATCH 00/16] meson: convert unit tests in tests/Makefile.include

2020-08-28 Thread marcandre . lureau
From: Marc-André Lureau Hi, This series convert the unit tests from tests/Makefile.include to meson. Based-on: <20200823111757.72002-2-th...@redhat.com> Marc-André Lureau (16): meson: build qapi tests library meson: declare tasn1 dependency meson: declare keyutils dependency meson: con