gbranden pushed a commit to branch master
in repository groff.

commit 82e712c45a98f23b170e31187a31c9a32fb4d706
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Oct 30 04:16:51 2025 -0500

    [grotty]: Rename test scripts.
    
    ...to match modern naming convention.
---
 ChangeLog                                                  | 14 ++++++++++++++
 src/devices/grotty/grotty.am                               |  4 ++--
 ...ap_correctly.sh => basic-latin-glyphs-map-correctly.sh} |  0
 src/devices/grotty/tests/{osc8_works.sh => osc8-works.sh}  |  0
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f8894b875..438f58554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2025-10-30  G. Branden Robinson <[email protected]>
+
+       [grotty]: Rename test scripts to match modern naming convention.
+
+       * src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh:
+       Rename this...
+       * src/devices/grotty/tests/basic-latin-glyphs-map-correctly.sh:
+       ...to this.
+
+       * src/devices/grotty/tests/osc8_works.sh: Rename this...
+       * src/devices/grotty/tests/osc8-works.sh: ...to this.
+
+       * src/devices/grotty/grotty.am (grotty_TESTS): Update macro.
+
 2025-10-29  G. Branden Robinson <[email protected]>
 
        * tmac/doc.tmac (doc-get-arg-type*): Slightly refactor.  Drop
diff --git a/src/devices/grotty/grotty.am b/src/devices/grotty/grotty.am
index 064417af9..53aee1bdc 100644
--- a/src/devices/grotty/grotty.am
+++ b/src/devices/grotty/grotty.am
@@ -33,8 +33,8 @@ EXTRA_DIST += \
   src/devices/grotty/grotty.1.man
 
 grotty_TESTS = \
-  src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh \
-  src/devices/grotty/tests/osc8_works.sh
+  src/devices/grotty/tests/basic-latin-glyphs-map-correctly.sh \
+  src/devices/grotty/tests/osc8-works.sh
 TESTS += $(grotty_TESTS)
 EXTRA_DIST += $(grotty_TESTS)
 
diff --git a/src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh 
b/src/devices/grotty/tests/basic-latin-glyphs-map-correctly.sh
similarity index 100%
rename from src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh
rename to src/devices/grotty/tests/basic-latin-glyphs-map-correctly.sh
diff --git a/src/devices/grotty/tests/osc8_works.sh 
b/src/devices/grotty/tests/osc8-works.sh
similarity index 100%
rename from src/devices/grotty/tests/osc8_works.sh
rename to src/devices/grotty/tests/osc8-works.sh

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to