summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-10-08 03:59:10 (GMT)
committerGitHub <noreply@github.com>2022-10-08 03:59:10 (GMT)
commitf50e3a7feab457f2fa0fc4b26d404470d186087a (patch)
tree06387d5abd21fbb44fc752a8da8ccab02b332f55
parent1818235f402843db0fbeb21a7954b6ef209c916c (diff)
downloadcpython-f50e3a7feab457f2fa0fc4b26d404470d186087a.zip
cpython-f50e3a7feab457f2fa0fc4b26d404470d186087a.tar.gz
cpython-f50e3a7feab457f2fa0fc4b26d404470d186087a.tar.bz2
[3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072)
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 95f0d87..8ee44bf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1521,6 +1521,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 \