diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
| commit | 429393567647935d9123e21fd27a7529d50255eb (patch) | |
| tree | b5a99bf0cbbe77fccd7fee81caf71915ccf9eb96 /docs/meson.build | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
New upstream version 1.12.0 upstream/1.12.0
Diffstat (limited to 'docs/meson.build')
| -rw-r--r-- | docs/meson.build | 6 |
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()] +) |