forked from AuroraMiddleware/gtk
build: Move tests/a11y to testsuite/a11y
This commit is contained in:
parent
bdfb55c945
commit
2c8e719b5a
@ -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
|
||||
|
@ -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) \
|
||||
|
@ -1,6 +1,6 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
SUBDIRS = gdk gtk
|
||||
SUBDIRS = gdk gtk a11y
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user