From: Zachary Ware Date: Tue, 30 Aug 2016 07:12:27 +0000 (-0500) Subject: Include test/test_warnings/data as well X-Git-Tag: v3.6.0b1~525^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de354bc7fc6db85bd5cbcad679d4dffeebd92aaa;p=thirdparty%2FPython%2Fcpython.git Include test/test_warnings/data as well --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9211032cb81f..c9aa13a7a0d9 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 \