summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-03 06:58:53 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-11 12:34:53 -0500
commit86f7acf0f139a917e460db26872b5a4306fca8d2 (patch)
tree59d48ff2b928d3f08dc2e2d4c4e0359fe4e09c72 /common.mk
parent841a6cfefbb1954ce94c89009be736895b91699c (diff)
downloadgobject-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.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 87ceaee2..28b73c7e 100644
--- a/common.mk
+++ b/common.mk
@@ -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)