From: Neal Norwitz Date: Wed, 14 May 2008 07:21:42 +0000 (+0000) Subject: Install the json package and tests as well as the lib2to3 tests X-Git-Tag: v2.6b1~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b6b5236ff47cc5cd87eae52d8a881a91e73e902;p=thirdparty%2FPython%2Fcpython.git Install the json package and tests as well as the lib2to3 tests so the tests work when run from an install directory. They are currently skipped on the daily runs (not from the buildbots) for checking refleaks, etc. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ffaf314935af..89a577fe1ee8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -809,9 +809,10 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ test/decimaltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ + json json/tests \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref \ - lib2to3 lib2to3/fixes lib2to3/pgen2 \ + lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ lib-old \