gobject-introspection r671 - in trunk: . tests



Author: lucasr
Date: Sat Oct 11 22:51:59 2008
New Revision: 671
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=671&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/tests/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Oct 11 22:51:59 2008
@@ -150,5 +150,6 @@
 tests/Makefile
 tests/invoke/Makefile
 tests/scanner/Makefile
+tests/types/Makefile
 gobject-introspection-1.0.pc])
 AC_OUTPUT

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Sat Oct 11 22:51:59 2008
@@ -1,4 +1,4 @@
-SUBDIRS = . invoke scanner
+SUBDIRS = . invoke scanner types
 
 EXTRA_DIST = \
 	array.gir	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]