diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-01-13 13:01:40 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2022-01-15 00:38:14 +0530 |
| commit | 23bc0e642265dfda8328635422e0ab3ac2e90dde (patch) | |
| tree | 6f7fe6d7ef00171a32bf5b77b6f1b474d00f7582 /test cases/frameworks/10 gtk-doc/test.json | |
| parent | 67bb25b246ccc3b16744fbda0cf4f2c494e7662d (diff) | |
| download | meson-23bc0e642265dfda8328635422e0ab3ac2e90dde.tar.gz | |
tests: Add a regression test for gtk-doc arguments
gobject_typesfile
html_assets
https://github.com/mesonbuild/meson/pull/9807
Diffstat (limited to 'test cases/frameworks/10 gtk-doc/test.json')
| -rw-r--r-- | test cases/frameworks/10 gtk-doc/test.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/frameworks/10 gtk-doc/test.json b/test cases/frameworks/10 gtk-doc/test.json index edade393c..f2805d365 100644 --- a/test cases/frameworks/10 gtk-doc/test.json +++ b/test cases/frameworks/10 gtk-doc/test.json @@ -2,6 +2,8 @@ "installed": [ {"type": "file", "file": "usr/include/foo-version.h"}, {"type": "file", "file": "usr/share/gtk-doc/html/foobar/BAR.html"}, + {"type": "file", "file": "usr/share/gtk-doc/html/foobar/baz.jpg"}, + {"type": "file", "file": "usr/share/gtk-doc/html/foobar/baz.png"}, {"type": "file", "file": "usr/share/gtk-doc/html/foobar/foobar.devhelp2"}, {"type": "file", "file": "usr/share/gtk-doc/html/foobar/foobar.html"}, {"type": "file", "file": "usr/share/gtk-doc/html/foobar/FooObj.html"}, |
