build: Move tests/css to testsuite/css

This commit is contained in:
Benjamin Otte
2013-05-15 14:36:56 +02:00
parent 2c8e719b5a
commit edde840513
325 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More