diff options
author | Ned Deily <nad@acm.org> | 2011-07-05 00:51:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-05 00:51:48 (GMT) |
commit | 4bd3e5d7999f50bdd5ee150a9a8c20034967566d (patch) | |
tree | dd0b813c1b724d3931fbdec732570f3383fbc76c /Makefile.pre.in | |
parent | 5dd470ef1deacf5bf9ed531c28f60082a94f6bb5 (diff) | |
parent | 8215f5df8734f271c95de93c45ccbf69107d2830 (diff) | |
download | cpython-4bd3e5d7999f50bdd5ee150a9a8c20034967566d.zip cpython-4bd3e5d7999f50bdd5ee150a9a8c20034967566d.tar.gz cpython-4bd3e5d7999f50bdd5ee150a9a8c20034967566d.tar.bz2 |
Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 300a668..ea08165 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -912,6 +912,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) 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/capath \ test/cjkencodings test/decimaltestdata test/xmltestdata \ test/subprocessdata \ test/tracedmodules test/encoded_modules \ |