Updated meson tests build

This commit is contained in:
gabime
2019-11-05 00:31:36 +02:00
parent 58320e2678
commit 436ce16e79
3 changed files with 22 additions and 17 deletions

View File

@@ -147,7 +147,7 @@ endif
# --- Conditionally add subdirs ---
# -------------------------------------
if get_option('enable_tests')
if get_option('enable_tests') or get_option('enable_tests-ho')
subdir('tests')
endif