]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - hwdb/meson.build
codespell: fix spelling errors
[thirdparty/systemd.git] / hwdb / meson.build
index 158292c712f4525b4908f526bce866f84862bcb2..31ee3e74094fb8bd2d5aee0033fc0a80a347b169 100644 (file)
@@ -36,9 +36,11 @@ endif
 ############################################################
 
 parse_hwdb_py = find_program('parse_hwdb.py')
-test('parse-hwdb',
-     parse_hwdb_py,
-     timeout : 90)
+if want_tests != 'false'
+        test('parse-hwdb',
+             parse_hwdb_py,
+             timeout : 90)
+endif
 
 ############################################################