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.maxim...@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