mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
839e9f342b
So that failures will be displayed in the terminal, as it makes test failures visually displayed easier and faster. Closes #5644
32 lines
358 B
Plaintext
32 lines
358 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
symbols-in-versions
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify that symbols-in-versions and headers are in sync
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/symbol-scan.pl %SRCDIR/.. ../include/curl
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
OK
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|