curl/tests/data/test3026
Daniel Stenberg 7007324a6a
test3026: add missing control file
Follow-up from 2ed1012564

Makes the test run, makes 'make dist' work

This single test takes 24-25 seconds on my machine (with valgrind). For
this reason I tag it with a "slow" keyword.

Closes #8976
2022-06-08 11:00:02 +02:00

44 lines
512 B
Text

<testcase>
<info>
<keywords>
curl_global_init
thread-safe
slow
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
# require the threaded resolver only because it means pthreads might
# be used for it
<features>
threaded-resolver
</features>
<server>
none
</server>
<name>
curl_global_init thread-safety
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
none
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>