app/tests: Distribute test files and test directories

This commit is contained in:
Martin Nordholts 2010-01-08 13:37:25 +01:00
parent 4b8b8f4dde
commit 33e8b08f12
11 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,8 @@
SUBDIRS = \
files \
gimpdir \
gimpdir-empty
# Don't mess with user's gimpdir. Pass in the abs top srcdir to the
# tests through an environment variable so they can set the gimpdir
# they want to use

View File

@ -0,0 +1,2 @@
EXTRA_DIST = \
gimp-2-6-file.xcf

View File

@ -0,0 +1,7 @@
SUBDIRS = \
brushes \
gradients \
patterns
EXTRA_DIST = \
tags.xml

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -0,0 +1,9 @@
SUBDIRS = \
brushes \
gradients \
patterns
EXTRA_DIST = \
dockrc \
sessionrc \
tags.xml

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -0,0 +1 @@
# We only need the dir itself

View File

@ -1985,6 +1985,15 @@ app/vectors/Makefile
app/widgets/Makefile
app/xcf/Makefile
app/tests/Makefile
app/tests/files/Makefile
app/tests/gimpdir-empty/Makefile
app/tests/gimpdir-empty/brushes/Makefile
app/tests/gimpdir-empty/gradients/Makefile
app/tests/gimpdir-empty/patterns/Makefile
app/tests/gimpdir/Makefile
app/tests/gimpdir/brushes/Makefile
app/tests/gimpdir/gradients/Makefile
app/tests/gimpdir/patterns/Makefile
plug-ins/Makefile
plug-ins/color-rotate/Makefile
plug-ins/color-rotate/images/Makefile