curl/tests/libtest
Dan Fandrich 8e2f16e66f Link curl and the test apps with -lrt explicitly when necessary
When curl calls a function from that library then it needs to
explicitly link to the library instead of piggybacking on
libcurl's own dependency.  Without this, GNU ld with the
--no-add-needed flag fails when linking (which Fedora now does
by default).

Reported by: Quanah Gibson-Mount
Bug: http://curl.haxx.se/mail/lib-2010-09/0085.html
2010-09-11 17:08:23 -07:00
..
.gitignore NTLM tests: boost coverage by forcing the hostname 2010-07-30 00:51:24 +02:00
chkhostname.c build: allow NTLM tests to run on more build configurations 2010-08-07 15:03:54 +02:00
CMakeLists.txt
first.c
lib500.c
lib501.c
lib502.c
lib503.c
lib504.c Allow test 538 to run even when proxy support is disabled 2010-03-30 11:40:34 -07:00
lib505.c Eliminated an unlikely race condition in some tests. 2010-04-15 10:51:03 -07:00
lib506.c
lib507.c
lib508.c
lib510.c
lib511.c
lib512.c
lib513.c
lib514.c
lib515.c
lib516.c
lib517.c
lib518.c
lib519.c
lib520.c
lib521.c
lib523.c
lib524.c
lib525.c Eliminated an unlikely race condition in some tests. 2010-04-15 10:51:03 -07:00
lib526.c
lib530.c
lib533.c
lib536.c test536: do not fail with threaded DNS resolver 2010-04-24 12:14:21 +02:00
lib537.c
lib539.c
lib540.c
lib541.c Eliminated an unlikely race condition in some tests. 2010-04-15 10:51:03 -07:00
lib542.c
lib543.c
lib544.c
lib547.c
lib549.c
lib552.c
lib553.c
lib554.c
lib555.c
lib556.c
lib557.c
lib558.c
lib560.c Call curl_global_cleanup() in test 560 to avoid a memory leak 2010-03-30 12:52:44 -07:00
lib562.c
lib564.c
lib566.c
lib567.c
lib568.c
lib569.c
lib570.c
lib571.c
lib572.c
lib573.c lib573: do not compare double for exact match 2010-05-27 20:20:08 +02:00
lib574.c FTP: WILDCARDMATCH/CHUNKING/FNMATCH added 2010-05-12 23:17:51 +02:00
lib575.c test575: do not fail with threaded DNS resolver 2010-06-17 17:07:15 +02:00
lib576.c fix compiler warning: external declaration in primary source file 2010-05-31 16:58:24 +02:00
lib577.c lib577: avoid redefinition of ERROR 2010-05-28 00:50:11 +02:00
lib578.c progress: callback for POSTs less than MAX_INITIAL_POST_SIZE 2010-08-16 22:56:43 +02:00
lib579.c Removed a C99ism & made an array const 2010-08-18 22:16:46 -07:00
Makefile.am Link curl and the test apps with -lrt explicitly when necessary 2010-09-11 17:08:23 -07:00
Makefile.inc test: added test 579 to verify progress callback for chunked post 2010-08-19 00:27:04 +02:00
sethostname.c build: libhostname linkage adjustments followup 2010-08-08 02:59:55 +02:00
sethostname.h build: libhostname and chkhostname linkage adjustments followup 2010-08-09 05:45:11 +02:00
test75.pl
test307.pl
test610.pl
test613.pl
test1013.pl
test1022.pl
test.h
testutil.c
testutil.h