mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:03:38 +03:00
tidy-up: miscellaneous
- tool_bname: scope an include. - `endif` comments. - Markdown fixes. - comment tidy-ups. - whitespace, newlines, indent. Closes #20309
This commit is contained in:
parent
62ba3604dc
commit
ac6264366f
98 changed files with 829 additions and 863 deletions
|
|
@ -24,65 +24,65 @@
|
|||
|
||||
# scripts used in test cases
|
||||
TESTSCRIPTS = \
|
||||
test1119.pl \
|
||||
test1135.pl \
|
||||
test1139.pl \
|
||||
test1140.pl \
|
||||
test1165.pl \
|
||||
test1167.pl \
|
||||
test1173.pl \
|
||||
test1175.pl \
|
||||
test1177.pl \
|
||||
test1222.pl \
|
||||
test1275.pl \
|
||||
test1276.pl \
|
||||
test1477.pl \
|
||||
test1486.pl \
|
||||
test1488.pl \
|
||||
test1544.pl \
|
||||
test1707.pl \
|
||||
test745.pl \
|
||||
test971.pl
|
||||
test1119.pl \
|
||||
test1135.pl \
|
||||
test1139.pl \
|
||||
test1140.pl \
|
||||
test1165.pl \
|
||||
test1167.pl \
|
||||
test1173.pl \
|
||||
test1175.pl \
|
||||
test1177.pl \
|
||||
test1222.pl \
|
||||
test1275.pl \
|
||||
test1276.pl \
|
||||
test1477.pl \
|
||||
test1486.pl \
|
||||
test1488.pl \
|
||||
test1544.pl \
|
||||
test1707.pl \
|
||||
test745.pl \
|
||||
test971.pl
|
||||
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt \
|
||||
allversions.pm \
|
||||
appveyor.pm \
|
||||
azure.pm \
|
||||
devtest.pl \
|
||||
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 \
|
||||
memanalyzer.pm \
|
||||
negtelnetserver.py \
|
||||
nghttpx.conf \
|
||||
pathhelp.pm \
|
||||
processhelp.pm \
|
||||
requirements.txt \
|
||||
rtspserver.pl \
|
||||
runner.pm \
|
||||
runtests.pl \
|
||||
secureserver.pl \
|
||||
serverhelp.pm \
|
||||
servers.pm \
|
||||
smbserver.py \
|
||||
sshhelp.pm \
|
||||
sshserver.pl \
|
||||
testcurl.pl \
|
||||
testutil.pm \
|
||||
tftpserver.pl \
|
||||
util.py \
|
||||
valgrind.pm \
|
||||
valgrind.supp \
|
||||
$(TESTSCRIPTS)
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt \
|
||||
allversions.pm \
|
||||
appveyor.pm \
|
||||
azure.pm \
|
||||
devtest.pl \
|
||||
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 \
|
||||
memanalyzer.pm \
|
||||
negtelnetserver.py \
|
||||
nghttpx.conf \
|
||||
pathhelp.pm \
|
||||
processhelp.pm \
|
||||
requirements.txt \
|
||||
rtspserver.pl \
|
||||
runner.pm \
|
||||
runtests.pl \
|
||||
secureserver.pl \
|
||||
serverhelp.pm \
|
||||
servers.pm \
|
||||
smbserver.py \
|
||||
sshhelp.pm \
|
||||
sshserver.pl \
|
||||
testcurl.pl \
|
||||
testutil.pm \
|
||||
tftpserver.pl \
|
||||
util.py \
|
||||
valgrind.pm \
|
||||
valgrind.supp \
|
||||
$(TESTSCRIPTS)
|
||||
|
||||
# we have two variables here to make sure DIST_SUBDIRS does not get 'unit'
|
||||
# added twice as then targets such as 'distclean' misbehave and try to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue