From: Victor Stinner Date: Sun, 22 Nov 2015 14:18:40 +0000 (+0100) Subject: Issue #25694: Install test.libregrtest to be able to run tests on the installed X-Git-Tag: v3.6.0a1~1005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc0965551e84de92744be587fcb33471a8d565b6;p=thirdparty%2FPython%2Fcpython.git Issue #25694: Install test.libregrtest to be able to run tests on the installed Python --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 823def3cd28d..c6c534e7d88c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1167,6 +1167,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/cjkencodings test/decimaltestdata test/xmltestdata \ test/eintrdata \ test/imghdrdata \ + test/libregrtest \ test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ test/test_import \