summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-03-18 14:52:36 +0000
committerPádraig Brady <P@draigBrady.com>2022-03-19 16:57:07 +0000
commit6367cfe5fc513fb0832a3be18be8c9a813383321 (patch)
tree40ed6dc7c6fad24ae581602a7a80e23d5eef88c4 /tests/local.mk
parent28adf9cf58e51ad8711fbbc98fa322ee8d3114d9 (diff)
downloadcoreutils-6367cfe5fc513fb0832a3be18be8c9a813383321.tar.gz
printf: support printing the numeric value of multi-byte chars
* src/printf.c (STRTOX): Update to support multi-byte chars. * tests/misc/printf-mb.sh: Add a new test. * tests/local.mk: Reference the new test. * NEWS: Mention the improvement. Fixes https://bugs.gnu.org/54388
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index f97ddcb98..0f7778619 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -344,6 +344,7 @@ all_tests = \
tests/misc/printf.sh \
tests/misc/printf-cov.pl \
tests/misc/printf-hex.sh \
+ tests/misc/printf-mb.sh \
tests/misc/printf-surprise.sh \
tests/misc/printf-quote.sh \
tests/misc/pwd-long.sh \