diff options
author | Ned Deily <nad@acm.org> | 2013-07-30 21:30:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-07-30 21:30:15 (GMT) |
commit | cdc75d967b777db0e4658bb6d500d4fcfca5fecb (patch) | |
tree | f216593f5660b31791748ac1931c27637509c65a | |
parent | 1c4e443ea24e34713ae6957c36875cf983824693 (diff) | |
download | cpython-cdc75d967b777db0e4658bb6d500d4fcfca5fecb.zip cpython-cdc75d967b777db0e4658bb6d500d4fcfca5fecb.tar.gz cpython-cdc75d967b777db0e4658bb6d500d4fcfca5fecb.tar.bz2 |
Issue #15494: Install new test/support directory.
-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 0009802..73988b2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1012,7 +1012,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ - test/subprocessdata test/sndhdrdata \ + test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ test/namespace_pkgs \ test/namespace_pkgs/both_portions \ |