summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
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 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2d806b22..64236310 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . invoke scanner
+SUBDIRS = . invoke scanner types
EXTRA_DIST = \
array.gir \