Bug 555946: Install a test module exercising all types, transfer rules,
authorTommi Komulainen <tommi.komulainen@iki.fi>
Sat, 11 Oct 2008 22:51:59 +0000 (22:51 +0000)
committerLucas Almeida Rocha <lucasr@src.gnome.org>
Sat, 11 Oct 2008 22:51:59 +0000 (22:51 +0000)
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

ChangeLog
configure.ac
tests/Makefile.am

index db09539..cdc110b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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.
+
 2008-10-11  Jürg Billeter  <j@bitron.ch>
 
        Bug 552374: Const strings should be identified in the gir.
index 5f636cb..78e7b9a 100644 (file)
@@ -150,5 +150,6 @@ tools/Makefile
 tests/Makefile
 tests/invoke/Makefile
 tests/scanner/Makefile
+tests/types/Makefile
 gobject-introspection-1.0.pc])
 AC_OUTPUT
index 2d806b2..6423631 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = . invoke scanner
+SUBDIRS = . invoke scanner types
 
 EXTRA_DIST = \
        array.gir       \