From 42ab2cbd7b5e76e919b70883ae683e789dbd913d Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 12 Sep 2023 17:05:29 +0300 Subject: gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314) --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 19a8029..922c9d7 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 \ -- cgit v0.12