From: Pradyun Gedam Date: Thu, 6 Apr 2023 17:45:22 +0000 (+0100) Subject: Add tests/cppextdata data to `TESTSUBDIRS` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635492e53954fb0fc2a2875c8961bde99266c48d;p=thirdparty%2FPython%2Fcpython.git Add tests/cppextdata data to `TESTSUBDIRS` --- 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 \