summary refs log tree commit diff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-01 20:58:23 +0200
committerMichael Biebl <biebl@debian.org>2018-07-01 20:58:23 +0200
commit429393567647935d9123e21fd27a7529d50255eb (patch)
treeb5a99bf0cbbe77fccd7fee81caf71915ccf9eb96 /docs/meson.build
parent069cb5c3a525ebcc19cc2927964258acaca87b13 (diff)
New upstream version 1.12.0 upstream/1.12.0
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 78ace8b2..1fb21fb4 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -10,3 +10,9 @@ if enable_libnm_glib
   subdir('libnm-util')
   subdir('libnm-glib')
 endif
+
+test(
+  'check-docs',
+  find_program(join_paths(meson.source_root(), 'tools', 'check-docs.sh')),
+  args: [meson.source_root()]
+)