From: Nikita Sobolev Date: Tue, 12 Sep 2023 14:05:29 +0000 (+0300) Subject: gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314) X-Git-Tag: v3.13.0a1~467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42ab2cbd7b5e76e919b70883ae683e789dbd913d;p=thirdparty%2FPython%2Fcpython.git gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 19a802997838..922c9d759800 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 \