1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1167
Daniel Stenberg fb723fd9d1
test1167: verify global symbols in public headers are curl prefixed
... using the new badsymbols.pl perl script

Fixes #4793
Closes #4794
2020-01-09 22:57:33 +01:00

25 lines
276 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Verify curl prefix of public symbols in header files
</name>
<command type="perl">
%SRCDIR/badsymbols.pl %SRCDIR/..
</command>
</client>
</testcase>