diff options
Diffstat (limited to 'test/run-tests')
-rwxr-xr-x | test/run-tests | 1 |
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 |