diff options
| author | Thibault Saunier <tsaunier@igalia.com> | 2018-08-14 16:05:26 -0300 |
|---|---|---|
| committer | Thibault Saunier <tsaunier@igalia.com> | 2018-08-28 18:18:40 -0300 |
| commit | 378bd4df0e3ac6c38588eea2de590cbe0fe74af2 (patch) | |
| tree | d2a9431dfe02cf3b2ed977cc95a4802fcffbeaba /test cases/frameworks/23 hotdoc/meson.build | |
| parent | 221ac05c6924ebd03f11632fd6abd4f5f9acc493 (diff) | |
| download | meson-378bd4df0e3ac6c38588eea2de590cbe0fe74af2.tar.gz | |
modules: Add an 'hotdoc' module
hotdoc: http://github.com/hotdoc/hotdoc/
Diffstat (limited to 'test cases/frameworks/23 hotdoc/meson.build')
| -rw-r--r-- | test cases/frameworks/23 hotdoc/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/frameworks/23 hotdoc/meson.build b/test cases/frameworks/23 hotdoc/meson.build new file mode 100644 index 000000000..191569dd6 --- /dev/null +++ b/test cases/frameworks/23 hotdoc/meson.build @@ -0,0 +1,9 @@ +project('hotdoc', 'c') + +hotdoc = find_program('hotdoc', required: false) +if not hotdoc.found() + error('MESON_SKIP_TEST hotdoc not found.') +endif + +subdir('doc') + |
