diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2024-11-03 14:01:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 14:01:09 (GMT) |
commit | dcae5cd6abaae4f73e656ebc054f30d3f15ca7b8 (patch) | |
tree | 04f9ba95ca57aaa4c993e4d6e6d6add54651104e /Makefile.pre.in | |
parent | 556dc9b8a78bad296513221f3f414a3f8fd0ae70 (diff) | |
download | cpython-dcae5cd6abaae4f73e656ebc054f30d3f15ca7b8.zip cpython-dcae5cd6abaae4f73e656ebc054f30d3f15ca7b8.tar.gz cpython-dcae5cd6abaae4f73e656ebc054f30d3f15ca7b8.tar.bz2 |
gh-104400: Add more tests to pygettext (GH-108173)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b0263f9..1a9191e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2545,6 +2545,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_tomllib/data/valid/dates-and-times \ test/test_tomllib/data/valid/multiline-basic-str \ test/test_tools \ + test/test_tools/i18n_data \ test/test_ttk \ test/test_unittest \ test/test_unittest/namespace_test_pkg \ |