diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-10-08 03:59:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 03:59:10 (GMT) |
commit | f50e3a7feab457f2fa0fc4b26d404470d186087a (patch) | |
tree | 06387d5abd21fbb44fc752a8da8ccab02b332f55 | |
parent | 1818235f402843db0fbeb21a7954b6ef209c916c (diff) | |
download | cpython-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.in | 1 |
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 \ |