From: Jelle Zijlstra Date: Sat, 8 Oct 2022 03:59:18 +0000 (-0700) Subject: [3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071) X-Git-Tag: v3.11.1~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52dab90500abe30eedfb908ee3881a68b8bd2c17;p=thirdparty%2FPython%2Fcpython.git [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. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d23976ff80fb..e837a64a3c7c 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 \