summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTommi Komulainen <tommi.komulainen@iki.fi>2008-10-11 22:51:59 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2008-10-11 22:51:59 +0000
commit8040e6dd13e5504136500ccf351b8c4c1211c9e2 (patch)
tree479edadb4f6f56f747a615cfe726dd5b263f731f /configure.ac
parent879cd46718f70bb0adbb35031a59e1036ec6ec42 (diff)
downloadgobject-introspection-8040e6dd13e5504136500ccf351b8c4c1211c9e2.tar.gz
Bug 555946: Install a test module exercising all types, transfer rules,
2008-10-11 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 555946: Install a test module exercising all types, transfer rules, etc. * configure.ac * tests/Makefile.am * tests/types/*: Add and install a test module that has functions accepting and returning most of the basic types to enable bindings implementors to more easily test their type conversion routines. svn path=/trunk/; revision=671
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f636cbb..78e7b9ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,5 +150,6 @@ tools/Makefile
tests/Makefile
tests/invoke/Makefile
tests/scanner/Makefile
+tests/types/Makefile
gobject-introspection-1.0.pc])
AC_OUTPUT