1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1177
Kamil Dudka 68774da9ca test1177: look for curl.h in source directory
If we use a separate build directory, there is no copy of the header.

Closes #5310
2020-04-29 13:54:08 +02:00

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>