mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
26 lines
353 B
Plaintext
26 lines
353 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
CURL_VERSION
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify that CURL_VERSION_* in headers and docs are in sync
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 ../include/curl/curl.h
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|