]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - hwdb/meson.build
CODING_STYLE: export section about exporting symbols
[thirdparty/systemd.git] / hwdb / meson.build
index 51703378e45c9a47ddc2da9abe9914217e344aa1..31ee3e74094fb8bd2d5aee0033fc0a80a347b169 100644 (file)
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: LGPL-2.1+
-#
-# Copyright 2017 Zbigniew JÄ™drzejewski-Szmek
 
 hwdb_files = files('''
         20-pci-vendor-model.hwdb
@@ -38,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
 
 ############################################################