summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-07 14:52:35 +0200
committerBenjamin Otte <otte@redhat.com>2013-05-09 19:09:49 +0200
commit9e57d388e347438b56f72f312a78aae788622ba9 (patch)
tree00ca090a8f69654b0799f8799b2caea8220663b3
parentdc216cf53758dbb1a92d15296dbd51f185bf439b (diff)
downloadgtk+-9e57d388e347438b56f72f312a78aae788622ba9.tar.gz
reftests: Split out shell scripts from tests
They are just utilities to create tests, don't dump them in with the tests. This is in preparation for installed tests.
-rw-r--r--tests/reftests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am
index e5d9d032d4..5431faab92 100644
--- a/tests/reftests/Makefile.am
+++ b/tests/reftests/Makefile.am
@@ -27,6 +27,10 @@ clean-local:
EXTRA_DIST += \
align-expand.sh \
+ border-image-repeat.sh \
+ $(NULL)
+
+EXTRA_DIST += \
background-area.css \
background-area.ref.ui \
background-area.ui \
@@ -87,7 +91,6 @@ EXTRA_DIST += \
border-image-gradient.ui \
border-image-repeat.css \
border-image-repeat.ref.ui \
- border-image-repeat.sh \
border-image-repeat.ui \
border-image-url.css \
border-image-url.ref.ui \