aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-04 12:31:27 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-04 12:31:27 +0200
commit2d5d218072575ed19ce7429a0b1a2e601f0c1346 (patch)
treeed5a78cdc552d944ad43fea2e99306e66f4483ac /test/run-tests
parentde5f416d60f7331b6c86b97ffe5c18176791780f (diff)
Add tests for u8casefold()
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-tests b/test/run-tests
index 82d3e00..f4c53c4 100755
--- a/test/run-tests
+++ b/test/run-tests
@@ -23,6 +23,7 @@ readonly FLAGS='
download 'auxiliary/GraphemeBreakTest.txt'
download 'auxiliary/WordBreakTest.txt'
+grep '^[^#]' data/CasefoldTest >casefold.in
grep '^[^#]' data/LowercaseTest >lower.in
grep '^[^#]' data/TitlecaseTest >title.in
grep '^[^#]' data/UppercaseTest >upper.in