[Python-checkins] r86331 - python/branches/py3k-cdecimal/Makefile.pre.in
stefan.krah
python-checkins at python.org
Mon Nov 8 19:05:58 CET 2010
Author: stefan.krah
Date: Mon Nov 8 19:05:58 2010
New Revision: 86331
Log:
Update test directory path.
Modified:
python/branches/py3k-cdecimal/Makefile.pre.in
Modified: python/branches/py3k-cdecimal/Makefile.pre.in
==============================================================================
--- python/branches/py3k-cdecimal/Makefile.pre.in (original)
+++ python/branches/py3k-cdecimal/Makefile.pre.in Mon Nov 8 19:05:58 2010
@@ -878,7 +878,7 @@
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
- test/decimal_extended_tests \
+ test/cdecimal \
test/decimaltestdata test/xmltestdata \
test/tracedmodules test/encoded_modules \
concurrent concurrent/futures encodings \
More information about the Python-checkins
mailing list