diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-03 06:58:53 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-11 12:34:53 -0500 |
commit | 86f7acf0f139a917e460db26872b5a4306fca8d2 (patch) | |
tree | 59d48ff2b928d3f08dc2e2d4c4e0359fe4e09c72 /common.mk | |
parent | 841a6cfefbb1954ce94c89009be736895b91699c (diff) | |
download | gobject-introspection-86f7acf0f139a917e460db26872b5a4306fca8d2.tar.gz |
tests: Use Regress GIR for doctool
This makes us test a lot more functionality in the doc tool, and
removes the need to have a lot of different test libraries, and
different test infrastructure.
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,3 +40,9 @@ INTROSPECTION_DOCTOOL = \ UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \ UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \ $(top_builddir)/g-ir-doc-tool + +INTROSPECTION_DOCTOOL_ARGS = \ + --add-include-path=$(srcdir) \ + --add-include-path=$(top_srcdir)/gir \ + --add-include-path=$(builddir) \ + --add-include-path=$(top_builddir) |