summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac1
-rw-r--r--tests/Makefile.am2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db095391..cdc110b3 100644
--- 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.
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
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 \