aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-10-07 20:59:18 -0700
committerGitHub <noreply@github.com>2022-10-07 20:59:18 -0700
commit52dab90500abe30eedfb908ee3881a68b8bd2c17 (patch)
tree34555a55a708a624432b3b7f496f1406d1f0bc3b
parent8d6591b593e05e9d00f74f444b3c040905450548 (diff)
downloadcpython3-52dab90500abe30eedfb908ee3881a68b8bd2c17.tar.gz
[3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)
[3.11] Fix installed tests by adding to Makefile.pre.in This was broken in #98045 but already fixed on main.
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d23976ff80..e837a64a3c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2004,6 +2004,7 @@ TESTSUBDIRS= ctypes/test \
test/test_warnings test/test_warnings/data \
test/test_zoneinfo test/test_zoneinfo/data \
test/tracedmodules \
+ test/typinganndata \
test/xmltestdata test/xmltestdata/c14n-20 \
test/ziptestdata \
tkinter/test tkinter/test/test_tkinter \