diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-13 11:18:49 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-13 11:18:49 (GMT) |
commit | 13ba1a1c6571dad26e3030525556ec4b552b0865 (patch) | |
tree | 163e5b70a38db83142ace5dcec589bee0e0d074e /Makefile.pre.in | |
parent | fce7b868076ad9ee7005273669b742c98214ec79 (diff) | |
download | cpython-13ba1a1c6571dad26e3030525556ec4b552b0865.zip cpython-13ba1a1c6571dad26e3030525556ec4b552b0865.tar.gz cpython-13ba1a1c6571dad26e3030525556ec4b552b0865.tar.bz2 |
Move the xml test data to their own directory.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 2247a56..d2fb4be 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -833,7 +833,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-tk site-packages test test/output test/data \ - test/decimaltestdata \ + test/decimaltestdata test/xmltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ json json/tests \ |