[dpdk-dev] [PATCH 1/2] meson: don't check dependencies for tests if not required
Bruce Richardson
bruce.richardson at intel.com
Thu May 30 13:55:59 CEST 2019
On Wed, May 29, 2019 at 07:39:57PM +0300, Ilya Maximets wrote:
> Don't need to check dependencies if test apps will not be built anyway.
>
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
> ---
> app/test/meson.build | 38 +++++++++++++++++++-------------------
> 1 file changed, 19 insertions(+), 19 deletions(-)
>
Agree with the idea.
Would this work as a shorter alternative placed at the top of the file?
if not get_option('tests')
subdir_done()
endif
/Bruce
More information about the dev
mailing list