From 635492e53954fb0fc2a2875c8961bde99266c48d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 6 Apr 2023 18:45:22 +0100 Subject: [PATCH] Add tests/cppextdata data to `TESTSUBDIRS` --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index b12a1bc060af..13aea3e3204c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2029,7 +2029,7 @@ LIBSUBDIRS= asyncio \ __phello__ TESTSUBDIRS= idlelib/idle_test \ test test/audiodata \ - test/capath test/cjkencodings \ + test/capath test/cppextdata test/cjkencodings \ test/data test/decimaltestdata \ test/dtracedata test/eintrdata \ test/encoded_modules test/imghdrdata \ -- 2.47.3