diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 06:41:35 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 06:41:35 (GMT) |
commit | 6dd11094f2b8e31d057de9a7ab87fde5b93f5206 (patch) | |
tree | 6bc5f71e3dc7b425526cacf0a08a7f7fd6837620 /Makefile.pre.in | |
parent | 003359370bf434baa4437d882bee953f78220ef5 (diff) | |
parent | 19e5064e2451f0a445aa4fa5d8c2c24d70b13b5a (diff) | |
download | cpython-6dd11094f2b8e31d057de9a7ab87fde5b93f5206.zip cpython-6dd11094f2b8e31d057de9a7ab87fde5b93f5206.tar.gz cpython-6dd11094f2b8e31d057de9a7ab87fde5b93f5206.tar.bz2 |
Merge with 3.5
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 f7015a8..4133e7e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1202,6 +1202,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ importlib test/test_importlib test/test_importlib/builtin \ test/test_importlib/extension test/test_importlib/frozen \ test/test_importlib/import_ test/test_importlib/source \ + test/test_tools test/test_warnings \ turtledemo \ multiprocessing multiprocessing/dummy \ unittest unittest/test unittest/test/testmock \ |