diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2024-10-27 16:52:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-27 16:52:31 (GMT) |
commit | 0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e (patch) | |
tree | 3bbb6a6402a6c70699961096c43cfca95271f8aa /Makefile.pre.in | |
parent | f819d4301d7c75f02be1187fda017f0e7b608816 (diff) | |
download | cpython-0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e.zip cpython-0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e.tar.gz cpython-0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e.tar.bz2 |
gh-124295: Add translation tests for argparse (GH-124803)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d6f75a9..751e7ab 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2548,6 +2548,8 @@ TESTSUBDIRS= idlelib/idle_test \ test/tkinterdata \ test/tokenizedata \ test/tracedmodules \ + test/translationdata \ + test/translationdata/argparse \ test/typinganndata \ test/wheeldata \ test/xmltestdata \ |