aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 4654803..bf70f29 100644
--- a/meson.build
+++ b/meson.build
@@ -134,8 +134,8 @@ if not meson.is_cross_build()
if py.found() and swig.found()
subdir('pylibfdt')
endif
+endif
- if get_option('tools')
- subdir('tests')
- endif
+if get_option('tests')
+ subdir('tests')
endif