From 52dab90500abe30eedfb908ee3881a68b8bd2c17 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 7 Oct 2022 20:59:18 -0700 Subject: [PATCH] [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. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.3