mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Move gio tests from gio/tests/ to tests/gio/
This avoids getting tests built every time when working on libgio and running make in the gio/ directory.
This commit is contained in:
parent
65cc5d895a
commit
2262d76b33
@ -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
|
||||
|
@ -174,8 +174,6 @@ win32_sources = \
|
||||
|
||||
endif
|
||||
|
||||
SUBDIRS += tests
|
||||
|
||||
libgio_2_0_la_SOURCES = \
|
||||
gappinfo.c \
|
||||
gasynchelper.c \
|
||||
|
@ -1,6 +1,6 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
SUBDIRS=gobject refcount
|
||||
SUBDIRS=gobject refcount gio
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
|
Loading…
Reference in New Issue
Block a user