Move gio tests from gio/tests/ to tests/gio/
authorBenjamin Otte <otte@gnome.org>
Wed, 1 Jul 2009 17:03:19 +0000 (19:03 +0200)
committerBenjamin Otte <otte@gnome.org>
Wed, 1 Jul 2009 17:03:19 +0000 (19:03 +0200)
This avoids getting tests built every time when working on libgio and
running make in the gio/ directory.

29 files changed:
configure.in
gio/Makefile.am
tests/Makefile.am
tests/gio/.gitignore [moved from gio/tests/.gitignore with 100% similarity]
tests/gio/Makefile.am [moved from gio/tests/Makefile.am with 100% similarity]
tests/gio/buffered-input-stream.c [moved from gio/tests/buffered-input-stream.c with 100% similarity]
tests/gio/contexts.c [moved from gio/tests/contexts.c with 100% similarity]
tests/gio/data-input-stream.c [moved from gio/tests/data-input-stream.c with 100% similarity]
tests/gio/data-output-stream.c [moved from gio/tests/data-output-stream.c with 100% similarity]
tests/gio/desktop-app-info.c [moved from gio/tests/desktop-app-info.c with 100% similarity]
tests/gio/echo-server.c [moved from gio/tests/echo-server.c with 100% similarity]
tests/gio/filter-streams.c [moved from gio/tests/filter-streams.c with 100% similarity]
tests/gio/g-file-info.c [moved from gio/tests/g-file-info.c with 100% similarity]
tests/gio/g-file.c [moved from gio/tests/g-file.c with 100% similarity]
tests/gio/g-icon.c [moved from gio/tests/g-icon.c with 100% similarity]
tests/gio/httpd.c [moved from gio/tests/httpd.c with 100% similarity]
tests/gio/live-g-file.c [moved from gio/tests/live-g-file.c with 100% similarity]
tests/gio/live-g-file.txt [moved from gio/tests/live-g-file.txt with 100% similarity]
tests/gio/memory-input-stream.c [moved from gio/tests/memory-input-stream.c with 100% similarity]
tests/gio/memory-output-stream.c [moved from gio/tests/memory-output-stream.c with 100% similarity]
tests/gio/readwrite.c [moved from gio/tests/readwrite.c with 100% similarity]
tests/gio/resolver.c [moved from gio/tests/resolver.c with 100% similarity]
tests/gio/send-data.c [moved from gio/tests/send-data.c with 100% similarity]
tests/gio/simple-async-result.c [moved from gio/tests/simple-async-result.c with 100% similarity]
tests/gio/sleepy-stream.c [moved from gio/tests/sleepy-stream.c with 100% similarity]
tests/gio/socket-client.c [moved from gio/tests/socket-client.c with 100% similarity]
tests/gio/socket-server.c [moved from gio/tests/socket-server.c with 100% similarity]
tests/gio/srvtarget.c [moved from gio/tests/srvtarget.c with 100% similarity]
tests/gio/unix-streams.c [moved from gio/tests/unix-streams.c with 100% similarity]

index 73e9482..0987ba0 100644 (file)
@@ -3462,7 +3462,6 @@ gio/libasyncns/Makefile
 gio/fen/Makefile
 gio/fam/Makefile
 gio/win32/Makefile
-gio/tests/Makefile
 po/Makefile.in
 docs/Makefile
 docs/reference/Makefile
@@ -3473,6 +3472,7 @@ 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
index 59d5264..5b8dc62 100644 (file)
@@ -174,8 +174,6 @@ win32_sources = \
 
 endif
 
-SUBDIRS += tests
-
 libgio_2_0_la_SOURCES =                \
        gappinfo.c              \
        gasynchelper.c          \
index da13976..162fc4c 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS=gobject refcount
+SUBDIRS=gobject refcount gio
 
 AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
similarity index 100%
rename from gio/tests/.gitignore
rename to tests/gio/.gitignore
similarity index 100%
rename from gio/tests/Makefile.am
rename to tests/gio/Makefile.am
similarity index 100%
rename from gio/tests/contexts.c
rename to tests/gio/contexts.c
similarity index 100%
rename from gio/tests/g-file.c
rename to tests/gio/g-file.c
similarity index 100%
rename from gio/tests/g-icon.c
rename to tests/gio/g-icon.c
similarity index 100%
rename from gio/tests/httpd.c
rename to tests/gio/httpd.c
similarity index 100%
rename from gio/tests/readwrite.c
rename to tests/gio/readwrite.c
similarity index 100%
rename from gio/tests/resolver.c
rename to tests/gio/resolver.c
similarity index 100%
rename from gio/tests/send-data.c
rename to tests/gio/send-data.c
similarity index 100%
rename from gio/tests/srvtarget.c
rename to tests/gio/srvtarget.c