]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #12510 from keszybz/test-directives
[thirdparty/systemd.git] / meson.build
index c7c0c3ffd06f5d14fdee7f8b341c504df4f9f519..cd2fbd5796d960e2a819c70c1a53d3549cee440f 100644 (file)
@@ -2928,6 +2928,16 @@ endforeach
 
 ############################################################
 
+check_directives_sh = find_program('tools/check-directives.sh')
+
+if want_tests != 'false'
+        test('check-directives',
+             check_directives_sh,
+             args : project_source_root)
+endif
+
+############################################################
+
 # Enable tests for all supported sanitizers
 foreach tuple : sanitizers
         sanitizer = tuple[0]