diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 07:12:27 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 07:12:27 (GMT) |
commit | de354bc7fc6db85bd5cbcad679d4dffeebd92aaa (patch) | |
tree | 2d78395b6f588fea508a15b07ab7067ad0b7c131 /Makefile.pre.in | |
parent | 19e5064e2451f0a445aa4fa5d8c2c24d70b13b5a (diff) | |
download | cpython-de354bc7fc6db85bd5cbcad679d4dffeebd92aaa.zip cpython-de354bc7fc6db85bd5cbcad679d4dffeebd92aaa.tar.gz cpython-de354bc7fc6db85bd5cbcad679d4dffeebd92aaa.tar.bz2 |
Include test/test_warnings/data as well
Diffstat (limited to 'Makefile.pre.in')
-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 9211032..c9aa13a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1221,7 +1221,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 \ + test/test_tools test/test_warnings test/test_warnings/data \ turtledemo \ multiprocessing multiprocessing/dummy \ unittest unittest/test unittest/test/testmock \ |