From 2dc464f17e05aecec312aa0394bd9c7eb3ea8415 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 12 Sep 2023 10:40:36 +0300 Subject: [PATCH] gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 19a802997838a4..922c9d7598003b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2246,6 +2246,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_zoneinfo \ test/test_zoneinfo/data \ test/tkinterdata \ + test/tokenizedata \ test/tracedmodules \ test/typinganndata \ test/xmltestdata \