disable tests if subproject in meson

This commit is contained in:
ado 2021-02-07 13:02:35 +01:00
parent f3f025b9c9
commit 613cc2b98a

View File

@ -12,4 +12,6 @@ ssp_dep = declare_dependency(
dependencies: fast_float_dep
)
subdir('test')
if not meson.is_subproject()
subdir('test')
endif