[gtk+] reftests: Split out shell scripts from tests



commit 9e57d388e347438b56f72f312a78aae788622ba9
Author: Colin Walters <walters verbum org>
Date:   Tue May 7 14:52:35 2013 +0200

    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.

 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 e5d9d03..5431faa 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 \


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