summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTomas R. <tomas.roun8@gmail.com>2024-10-27 16:52:31 (GMT)
committerGitHub <noreply@github.com>2024-10-27 16:52:31 (GMT)
commit0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e (patch)
tree3bbb6a6402a6c70699961096c43cfca95271f8aa /Makefile.pre.in
parentf819d4301d7c75f02be1187fda017f0e7b608816 (diff)
downloadcpython-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.in2
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 \