mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
29177f422a
between configure.ac and source code. They should be possible to switch on/off in configure AND be used in source code.
26 lines
293 B
Plaintext
26 lines
293 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
CURL_DISABLE
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify configure.ac and source code CURL_DISABLE_-sync
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/disable-scan.pl %SRCDIR/..
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|