[glib/wip/no-g-debug-in-test: 1/2] tests: make sure echo-script is executable



commit 29c8e052db9e530995573a238b69558598e6734d
Author: Ray Strode <rstrode redhat com>
Date:   Mon Dec 17 13:44:10 2018 -0500

    tests: make sure echo-script is executable
    
    automake requires the _SCRIPTS suffix to be uppercase, for it to
    install the file as an executable script.  The suffix is currently
    lowercase.
    
    This commit fixes that.

 glib/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am
index 43b11f05d..9dab3fe46 100644
--- a/glib/tests/Makefile.am
+++ b/glib/tests/Makefile.am
@@ -31,7 +31,7 @@ dist_test_data = \
        4096-random-bytes               \
        $(NULL)
 
-dist_test_extra_scripts = \
+dist_test_extra_SCRIPTS = \
        echo-script                     \
        echo-script.bat                 \
        $(NULL)


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