commit | 7d83a5e6f872e6449c1921fb253ea6170ec68d94 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 08 21:49:22 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 08 21:49:22 1999 +0000 |
tree | 3b4ed875cbb5e31f2426a01d6af561c89e3f8539 | |
parent | ce67f06491a196dca0818268714e767937c10a50 [diff] [blame] |
The variable TESTPATH should be initialized to empty. The test code is now accessed as a package.
diff --git a/Modules/Setup.in b/Modules/Setup.in index d6a9359..7f38d9f 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in
@@ -71,7 +71,7 @@ SITEPATH= # Standard path components for test modules -TESTPATH=:test +TESTPATH= # Path components for machine- or system-dependent modules and shared libraries MACHDEPPATH=:plat-$(MACHDEP)