summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-05-14 07:21:42 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2008-05-14 07:21:42 (GMT)
commit0b6b5236ff47cc5cd87eae52d8a881a91e73e902 (patch)
tree0c541c8c6e4f2bf63ec6c7e3d535920245891635
parent885982283e1fb898cfaa59992dc877b0a20088e5 (diff)
downloadcpython-0b6b5236ff47cc5cd87eae52d8a881a91e73e902.zip
cpython-0b6b5236ff47cc5cd87eae52d8a881a91e73e902.tar.gz
cpython-0b6b5236ff47cc5cd87eae52d8a881a91e73e902.tar.bz2
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.
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ffaf314..89a577f 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 \