summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-05-02 08:35:02 (GMT)
committerGitHub <noreply@github.com>2019-05-02 08:35:02 (GMT)
commit0d5864fa07ab4f03188c690a5eb07bdd1fd1cb9c (patch)
tree3a25a90d71d5450eb80874e343528ffde12e50eb /Makefile.pre.in
parent05222914403c1e2a656c753fbcd20f844af9dd69 (diff)
downloadcpython-0d5864fa07ab4f03188c690a5eb07bdd1fd1cb9c.zip
cpython-0d5864fa07ab4f03188c690a5eb07bdd1fd1cb9c.tar.gz
cpython-0d5864fa07ab4f03188c690a5eb07bdd1fd1cb9c.tar.bz2
bpo-13611: Include C14N 2.0 test data in installation (GH-13053)
* Include C14N 2.0 test data in installation. * Add README file to the C14N test data directory to reference the original source and licensing conditions.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 619e3fb..75eb66b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1296,7 +1296,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/audiodata \
test/capath test/data \
- test/cjkencodings test/decimaltestdata test/xmltestdata \
+ test/cjkencodings test/decimaltestdata \
+ test/xmltestdata test/xmltestdata/c14n-20 \
test/dtracedata \
test/eintrdata \
test/imghdrdata \