From 0b6b5236ff47cc5cd87eae52d8a881a91e73e902 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 14 May 2008 07:21:42 +0000 Subject: [PATCH] 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. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ffaf314935a..89a577fe1ee 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 \