gobject-introspection r825 - in trunk: . tests tests/everything tests/types



Author: tko
Date: Wed Oct 29 11:24:07 2008
New Revision: 825
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=825&view=rev

Log:
move tests/types to tests/everything

	* configure.ac:
	* tests/Makefile.am:
	* tests/types/Makefile.am   -> tests/everything/Makefile.am
	* tests/types/gitesttypes.c -> tests/everything/gitesttypes.c
	* tests/types/gitesttypes.h -> tests/everything/gitesttypes.h

Added:
   trunk/tests/everything/
   trunk/tests/everything/Makefile.am
      - copied, changed from r824, /trunk/tests/types/Makefile.am
   trunk/tests/everything/gitesttypes.c
      - copied, changed from r824, /trunk/tests/types/gitesttypes.c
   trunk/tests/everything/gitesttypes.h
      - copied, changed from r824, /trunk/tests/types/gitesttypes.h
Removed:
   trunk/tests/types/Makefile.am
   trunk/tests/types/gitesttypes.c
   trunk/tests/types/gitesttypes.h
Modified:
   trunk/configure.ac
   trunk/tests/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Oct 29 11:24:07 2008
@@ -191,6 +191,6 @@
 tests/invoke/Makefile
 tests/scanner/Makefile
 tests/repository/Makefile
-tests/types/Makefile
+tests/everything/Makefile
 gobject-introspection-1.0.pc])
 AC_OUTPUT

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Wed Oct 29 11:24:07 2008
@@ -1,4 +1,4 @@
-SUBDIRS = . invoke scanner repository types
+SUBDIRS = . invoke scanner repository everything
 
 EXTRA_DIST = \
 	array.gir	\

Copied: trunk/tests/everything/Makefile.am (from r824, /trunk/tests/types/Makefile.am)
==============================================================================

Copied: trunk/tests/everything/gitesttypes.c (from r824, /trunk/tests/types/gitesttypes.c)
==============================================================================

Copied: trunk/tests/everything/gitesttypes.h (from r824, /trunk/tests/types/gitesttypes.h)
==============================================================================



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