tests: Move memory_monitor_tests under installed_tests_enabled

So they're not installed when the latter is disabled.
This commit is contained in:
Jan Alexander Steffens (heftig) 2020-02-27 21:13:19 +01:00 committed by Philip Withnall
parent 0869713dae
commit 921f27bbb5

View File

@ -521,7 +521,6 @@ if installed_tests_enabled
)
install_subdir('static-link', install_dir : installed_tests_execdir)
install_data('static-link.py', install_dir : installed_tests_execdir)
endif
memory_monitor_tests = [
'memory-monitor-dbus',
@ -547,6 +546,7 @@ foreach memory_monitor_test : memory_monitor_tests
configuration: cdata,
)
endforeach
endif
if not meson.is_cross_build() or meson.has_exe_wrapper()