diff options
author | Tommi Komulainen <tommi.komulainen@iki.fi> | 2008-10-11 22:51:59 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2008-10-11 22:51:59 +0000 |
commit | 8040e6dd13e5504136500ccf351b8c4c1211c9e2 (patch) | |
tree | 479edadb4f6f56f747a615cfe726dd5b263f731f /tests/Makefile.am | |
parent | 879cd46718f70bb0adbb35031a59e1036ec6ec42 (diff) | |
download | gobject-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.am | 2 |
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 \ |