mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
e780aae77a
Field feature_names contains a null-terminated sorted array of feature names. Bitmask field features is deprecated. Documentation is updated. Test 1177 and tests/version-scan.pl updated to match new documentation format and extended to check feature names too. Closes #9583
26 lines
400 B
Plaintext
26 lines
400 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
CURL_VERSION
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify that feature names and CURL_VERSION_* in lib and docs are in sync
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h %SRCDIR/../lib/version.c
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|