build: Move tests/a11y to testsuite/a11y

This commit is contained in:
Benjamin Otte 2013-05-15 02:00:11 +02:00
parent bdfb55c945
commit 2c8e719b5a
79 changed files with 3 additions and 3 deletions

View File

@ -1780,12 +1780,12 @@ demos/pixbuf-demo/Makefile
demos/widget-factory/Makefile
examples/Makefile
tests/Makefile
tests/a11y/Makefile
tests/css/Makefile
tests/css/parser/Makefile
tests/reftests/Makefile
tests/visuals/Makefile
testsuite/Makefile
testsuite/a11y/Makefile
testsuite/gdk/Makefile
testsuite/gtk/Makefile
docs/Makefile

View File

@ -1,7 +1,7 @@
## Makefile.am for gtk+/tests
include $(top_srcdir)/Makefile.decl
SUBDIRS = css reftests a11y visuals
SUBDIRS = css reftests visuals
AM_CPPFLAGS = \
-I$(top_srcdir) \

View File

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