diff options
author | Colin Walters <walters@verbum.org> | 2013-05-07 14:52:35 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-09 19:09:49 +0200 |
commit | 9e57d388e347438b56f72f312a78aae788622ba9 (patch) | |
tree | 00ca090a8f69654b0799f8799b2caea8220663b3 | |
parent | dc216cf53758dbb1a92d15296dbd51f185bf439b (diff) | |
download | gtk+-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.am | 5 |
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 \ |