mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-30 09:20:07 +02:00
Revert "Move gio tests from gio/tests/ to tests/gio/"
This reverts commit 2262d76b33094304ece0d0d9cd5920682599a49b. Move GIO tests back to where they belong.
This commit is contained in:
parent
8de4be69a9
commit
5694ab7642
configure.in
gio
Makefile.am
tests
.gitignoreMakefile.ambuffered-input-stream.ccontexts.cdata-input-stream.cdata-output-stream.cdesktop-app-info.cecho-server.cfilter-streams.cg-file-info.cg-file.cg-icon.chttpd.clive-g-file.clive-g-file.txtmemory-input-stream.cmemory-output-stream.creadwrite.cresolver.csend-data.csimple-async-result.csleepy-stream.csocket-client.csocket-server.csrvtarget.cunix-streams.c
tests
@ -3462,6 +3462,7 @@ gio/libasyncns/Makefile
|
|||||||
gio/fen/Makefile
|
gio/fen/Makefile
|
||||||
gio/fam/Makefile
|
gio/fam/Makefile
|
||||||
gio/win32/Makefile
|
gio/win32/Makefile
|
||||||
|
gio/tests/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/reference/Makefile
|
docs/reference/Makefile
|
||||||
@ -3472,7 +3473,6 @@ docs/reference/gobject/version.xml
|
|||||||
docs/reference/gio/Makefile
|
docs/reference/gio/Makefile
|
||||||
docs/reference/gio/version.xml
|
docs/reference/gio/version.xml
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/gio/Makefile
|
|
||||||
tests/gobject/Makefile
|
tests/gobject/Makefile
|
||||||
tests/refcount/Makefile
|
tests/refcount/Makefile
|
||||||
m4macros/Makefile
|
m4macros/Makefile
|
||||||
|
@ -174,6 +174,8 @@ win32_sources = \
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
SUBDIRS += tests
|
||||||
|
|
||||||
libgio_2_0_la_SOURCES = \
|
libgio_2_0_la_SOURCES = \
|
||||||
gappinfo.c \
|
gappinfo.c \
|
||||||
gasynchelper.c \
|
gasynchelper.c \
|
||||||
|
0
tests/gio/.gitignore → gio/tests/.gitignore
vendored
0
tests/gio/.gitignore → gio/tests/.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
SUBDIRS=gobject refcount gio
|
SUBDIRS=gobject refcount
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user