[gimp] app/tests: Distribute test files and test directories



commit 33e8b08f12de5ada1cd541d6c49acde137a8048c
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Jan 8 13:37:25 2010 +0100

    app/tests: Distribute test files and test directories

 app/tests/Makefile.am                         |    5 +++++
 app/tests/files/Makefile.am                   |    2 ++
 app/tests/gimpdir-empty/Makefile.am           |    7 +++++++
 app/tests/gimpdir-empty/brushes/Makefile.am   |    1 +
 app/tests/gimpdir-empty/gradients/Makefile.am |    1 +
 app/tests/gimpdir-empty/patterns/Makefile.am  |    1 +
 app/tests/gimpdir/Makefile.am                 |    9 +++++++++
 app/tests/gimpdir/brushes/Makefile.am         |    1 +
 app/tests/gimpdir/gradients/Makefile.am       |    1 +
 app/tests/gimpdir/patterns/Makefile.am        |    1 +
 configure.ac                                  |    9 +++++++++
 11 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index cd5a501..307e368 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -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
diff --git a/app/tests/files/Makefile.am b/app/tests/files/Makefile.am
new file mode 100644
index 0000000..7ab51e1
--- /dev/null
+++ b/app/tests/files/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+	gimp-2-6-file.xcf
diff --git a/app/tests/gimpdir-empty/Makefile.am b/app/tests/gimpdir-empty/Makefile.am
new file mode 100644
index 0000000..f3f9ed6
--- /dev/null
+++ b/app/tests/gimpdir-empty/Makefile.am
@@ -0,0 +1,7 @@
+SUBDIRS = \
+	brushes		\
+	gradients	\
+	patterns
+
+EXTRA_DIST = \
+	tags.xml
diff --git a/app/tests/gimpdir-empty/brushes/Makefile.am b/app/tests/gimpdir-empty/brushes/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir-empty/brushes/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/app/tests/gimpdir-empty/gradients/Makefile.am b/app/tests/gimpdir-empty/gradients/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir-empty/gradients/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/app/tests/gimpdir-empty/patterns/Makefile.am b/app/tests/gimpdir-empty/patterns/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir-empty/patterns/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/app/tests/gimpdir/Makefile.am b/app/tests/gimpdir/Makefile.am
new file mode 100644
index 0000000..3a64a28
--- /dev/null
+++ b/app/tests/gimpdir/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS = \
+	brushes		\
+	gradients	\
+	patterns
+
+EXTRA_DIST = \
+	dockrc		\
+	sessionrc	\
+	tags.xml
diff --git a/app/tests/gimpdir/brushes/Makefile.am b/app/tests/gimpdir/brushes/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir/brushes/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/app/tests/gimpdir/gradients/Makefile.am b/app/tests/gimpdir/gradients/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir/gradients/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/app/tests/gimpdir/patterns/Makefile.am b/app/tests/gimpdir/patterns/Makefile.am
new file mode 100644
index 0000000..8fbc147
--- /dev/null
+++ b/app/tests/gimpdir/patterns/Makefile.am
@@ -0,0 +1 @@
+# We only need the dir itself
diff --git a/configure.ac b/configure.ac
index 6edf057..8802b28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]