mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
0d1504b205
It is meant for the library, it belongs in lib/ Closes #14796
32 lines
397 B
Plaintext
32 lines
397 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
CURL_EXTERN
|
|
libcurl.def
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify libcurl.def against CURL_EXTERN declarations
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/test1135.pl --heading=EXPORTS --sort %SRCDIR/..
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout loadfile="%SRCDIR/../lib/libcurl.def">
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|