Revert "Move gio tests from gio/tests/ to tests/gio/"

This reverts commit 2262d76b33.

Move GIO tests back to where they belong.
This commit is contained in:
Matthias Clasen 2009-07-05 22:49:24 -04:00
parent 8de4be69a9
commit 5694ab7642
29 changed files with 4 additions and 2 deletions

View File

@ -3462,6 +3462,7 @@ gio/libasyncns/Makefile
gio/fen/Makefile
gio/fam/Makefile
gio/win32/Makefile
gio/tests/Makefile
po/Makefile.in
docs/Makefile
docs/reference/Makefile
@ -3472,7 +3473,6 @@ docs/reference/gobject/version.xml
docs/reference/gio/Makefile
docs/reference/gio/version.xml
tests/Makefile
tests/gio/Makefile
tests/gobject/Makefile
tests/refcount/Makefile
m4macros/Makefile

View File

@ -174,6 +174,8 @@ win32_sources = \
endif
SUBDIRS += tests
libgio_2_0_la_SOURCES = \
gappinfo.c \
gasynchelper.c \

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS=gobject refcount gio
SUBDIRS=gobject refcount
AM_CPPFLAGS = \
-I$(top_srcdir) \