diff options
author | Ned Deily <nad@acm.org> | 2015-02-08 04:48:40 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-02-08 04:48:40 (GMT) |
commit | 914db0f11cae7874b1e58f170ef033f157cf45e5 (patch) | |
tree | 4feb00ae32eb3af1d879d5843f6c58890f797c65 /Makefile.pre.in | |
parent | 5056455b7dc6d709c14658492fd670c262f05908 (diff) | |
download | cpython-914db0f11cae7874b1e58f170ef033f157cf45e5.zip cpython-914db0f11cae7874b1e58f170ef033f157cf45e5.tar.gz cpython-914db0f11cae7874b1e58f170ef033f157cf45e5.tar.bz2 |
Issue #23285: Install new test directory.
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 55032d0..d9ee777 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1143,6 +1143,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/audiodata \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ + test/eintrdata \ test/imghdrdata \ test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ |