This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2024-12-15 06:40:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50b87c4e68
curl
/
tests
/
libtest
/
.gitignore
4 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NTLM tests: boost coverage by forcing the hostname A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM test-cases to override the system implementation of gethostname(). It makes it possible to test the NTLM authentication for exact match, and this way test the implementation of MD4 and DES. If LD_PRELOAD doesn't work, a debug build willl also workk as debug builds are now made to prefer a specific environment variable and will then return that content as host name instead of the actual one. Kamil wrote the bulk of this, Daniel Stenberg polished it.
2010-07-30 06:47:49 +08:00
chkhostname
ignore more files generated when tests run in the source tree
2010-03-23 19:43:42 +08:00
lib5[0-9][0-9]
test: remove test 580 Test 580 is removed again for two reasons: 1) Some compilers aren't satisfied by just a data variable called 'test' when first.o wants a function called 'test'. The Solaris compiler says "ld: warning: symbol `test' has differing types:" while the AIX compiler downright rejects it. 2) Test case 1119 that was added after this test is way more complete and cover everything test 580 does and more without introducing the same problems.
2010-11-05 18:19:21 +08:00
Reference in New Issue
Copy Permalink