mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
disable tests if subproject in meson
This commit is contained in:
parent
f3f025b9c9
commit
613cc2b98a
@ -12,4 +12,6 @@ ssp_dep = declare_dependency(
|
||||
dependencies: fast_float_dep
|
||||
)
|
||||
|
||||
subdir('test')
|
||||
if not meson.is_subproject()
|
||||
subdir('test')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user