mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
68774da9ca
If we use a separate build directory, there is no copy of the header. Closes #5310
26 lines
361 B
Plaintext
26 lines
361 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 %SRCDIR/../include/curl/curl.h
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|