]> granicus.if.org Git - python/commitdiff
Install the json package and tests as well as the lib2to3 tests
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 14 May 2008 07:21:42 +0000 (07:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 14 May 2008 07:21:42 +0000 (07:21 +0000)
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

index ffaf314935afe79bdac5c688cd31cf92ceff5e8d..89a577fe1ee882eef82061172779b46e3623af8c 100644 (file)
@@ -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 \