dist: add ECH files to tarball
Also sort `EXTRA_DIST` list in `tests/Makefile.am` and make it diffable.
Follow-up to a362962b72 #11922
Closes #13381
This commit is contained in:
parent
09f0390e11
commit
5d3016adf7
@ -63,6 +63,7 @@ EXTRA_DIST = \
|
|||||||
DISTROS.md \
|
DISTROS.md \
|
||||||
DYNBUF.md \
|
DYNBUF.md \
|
||||||
EARLY-RELEASE.md \
|
EARLY-RELEASE.md \
|
||||||
|
ECH.md \
|
||||||
EXPERIMENTAL.md \
|
EXPERIMENTAL.md \
|
||||||
FAQ \
|
FAQ \
|
||||||
FEATURES.md \
|
FEATURES.md \
|
||||||
|
|||||||
@ -43,15 +43,49 @@ TESTSCRIPTS = \
|
|||||||
test1544.pl \
|
test1544.pl \
|
||||||
test971.pl
|
test971.pl
|
||||||
|
|
||||||
EXTRA_DIST = appveyor.pm azure.pm conftest.py CMakeLists.txt devtest.pl \
|
EXTRA_DIST = \
|
||||||
dictserver.py directories.pm FILEFORMAT.md processhelp.pm ftpserver.pl \
|
CMakeLists.txt \
|
||||||
getpart.pm globalconfig.pm http-server.pl http2-server.pl \
|
FILEFORMAT.md \
|
||||||
http3-server.pl memanalyze.pl negtelnetserver.py nghttpx.conf \
|
README.md \
|
||||||
pathhelp.pm README.md requirements.txt rtspserver.pl runner.pm \
|
appveyor.pm \
|
||||||
runtests.1 runtests.pl secureserver.pl serverhelp.pm servers.pm \
|
azure.pm \
|
||||||
smbserver.py sshhelp.pm sshserver.pl stunnel.pem testcurl.1 \
|
conftest.py \
|
||||||
testcurl.pl testutil.pm tftpserver.pl util.py valgrind.pm \
|
devtest.pl \
|
||||||
valgrind.supp $(TESTSCRIPTS)
|
dictserver.py \
|
||||||
|
directories.pm \
|
||||||
|
ech_combos.py \
|
||||||
|
ech_tests.sh \
|
||||||
|
ftpserver.pl \
|
||||||
|
getpart.pm \
|
||||||
|
globalconfig.pm \
|
||||||
|
http-server.pl \
|
||||||
|
http2-server.pl \
|
||||||
|
http3-server.pl \
|
||||||
|
memanalyze.pl \
|
||||||
|
negtelnetserver.py \
|
||||||
|
nghttpx.conf \
|
||||||
|
pathhelp.pm \
|
||||||
|
processhelp.pm \
|
||||||
|
requirements.txt \
|
||||||
|
rtspserver.pl \
|
||||||
|
runner.pm \
|
||||||
|
runtests.1 \
|
||||||
|
runtests.pl \
|
||||||
|
secureserver.pl \
|
||||||
|
serverhelp.pm \
|
||||||
|
servers.pm \
|
||||||
|
smbserver.py \
|
||||||
|
sshhelp.pm \
|
||||||
|
sshserver.pl \
|
||||||
|
stunnel.pem \
|
||||||
|
testcurl.1 \
|
||||||
|
testcurl.pl \
|
||||||
|
testutil.pm \
|
||||||
|
tftpserver.pl \
|
||||||
|
util.py \
|
||||||
|
valgrind.pm \
|
||||||
|
valgrind.supp \
|
||||||
|
$(TESTSCRIPTS)
|
||||||
|
|
||||||
DISTCLEANFILES = configurehelp.pm
|
DISTCLEANFILES = configurehelp.pm
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user