build: Move gtk/tests to testsuite/gtk

This commit is contained in:
Benjamin Otte 2013-05-15 01:48:18 +02:00
parent 6ea4c144dd
commit bdfb55c945
45 changed files with 3 additions and 3 deletions

View File

@ -1787,6 +1787,7 @@ tests/reftests/Makefile
tests/visuals/Makefile
testsuite/Makefile
testsuite/gdk/Makefile
testsuite/gtk/Makefile
docs/Makefile
docs/reference/Makefile
docs/reference/gdk/Makefile
@ -1816,7 +1817,6 @@ gtk/gtkversion.h
gtk/gtk-win32.rc
gtk/a11y/Makefile
gtk/native/Makefile
gtk/tests/Makefile
libgail-util/Makefile
modules/Makefile
modules/engines/Makefile

View File

@ -16,7 +16,7 @@ else
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
endif
SUBDIRS = a11y native . tests
SUBDIRS = a11y native .
if HAVE_PAPI_CUPS
GTK_PRINT_BACKENDS=file,papi,cups

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = gdk
SUBDIRS = gdk gtk
-include $(top_srcdir)/git.mk