summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-11-22 14:18:40 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-11-22 14:18:40 (GMT)
commitdc0965551e84de92744be587fcb33471a8d565b6 (patch)
tree4af9149200da597cff93147a557ce10b61e15d84 /Makefile.pre.in
parentbf57bff1a9884e44134a62ed2448480812f65309 (diff)
downloadcpython-dc0965551e84de92744be587fcb33471a8d565b6.zip
cpython-dc0965551e84de92744be587fcb33471a8d565b6.tar.gz
cpython-dc0965551e84de92744be587fcb33471a8d565b6.tar.bz2
Issue #25694: Install test.libregrtest to be able to run tests on the installed
Python
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 823def3..c6c534e 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 \