meson: doxygen and tests to feature options

Allows build to continue without passing extra options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2025-10-21 13:17:10 -07:00 committed by Arun Raghavan
parent 9eab29c16b
commit 7a35b80820
5 changed files with 14 additions and 9 deletions

View file

@ -224,7 +224,5 @@ if get_option('daemon')
subdir('daemon')
subdir('modules')
endif
if get_option('tests')
subdir('tests')
endif
subdir('tests')
subdir('utils')

View file

@ -1,3 +1,7 @@
if not check_dep.found()
subdir_done()
endif
# Note that a few tests have dependencies on src/modules.
#
# The syntax for tests declaration is: