summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-1/+1
| | | | | | | | | | Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse
* tests/Makefile.am: remove wildcard usage in EXTRA_DISTYang Tse2013-01-151-4/+3
|
* test: offer "automake" output and check for perl betterDaniel Stenberg2012-11-231-7/+12
| | | | | | | | | | | runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each executed test. You can run 'make test-am' in the root build directory to invoke that. The reason for this output style is to better allow generic test suite parsers to also grok our test output. The test Makefile now also tests that perl was indeed found and that the PERL variable points to an executable before it tries to run the main test perl script runtests.pl,
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-1/+1
| | | | | | | | | | | | | | | | If we use memory functions (malloc, free, strdup etc) in C sources in libcurl and we fail to include curl_memory.h or memdebug.h we either fail to properly support user-provided memory callbacks or the memory leak system of the test suite fails. After Ajit's report of a failure in the first category in http_proxy.c, I spotted a few in the second category as well. These problems are now tested for by test 1132 which runs a perl program that scans for and attempts to check that we use the correct include files if a memory related function is used in the source code. Reported by: Ajit Dhumale Bug: http://curl.haxx.se/mail/lib-2012-11/0125.html
* test Makefile: only feature 'unit' once in the list of dirsDaniel Stenberg2012-07-201-2/+7
|
* unit tests: more build adjustmentsYang Tse2011-06-011-1/+8
|
* dist: add new certs to tarballDaniel Stenberg2011-01-191-1/+2
|
* unittest: framework for unit-testingDaniel Stenberg2011-01-031-2/+2
| | | | | This is the first approach at doing fairly clean and easy to write and debug unit tests.
* dist: add symbol-scan.pl to the tarballDaniel Stenberg2010-11-031-2/+2
|
* Added directories.pm to the source tar ballDan Fandrich2010-05-141-1/+1
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Test suite support for RTSPYang Tse2010-02-011-1/+1
|
* secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse2010-01-111-1/+1
|
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-081-1/+1
| | | | subroutines for http and tftp test suite servers.
* Initial refactoring step for server name strings centralized generationYang Tse2009-12-281-1/+2
|
* Added runtests.pl '-r' option for run time statisticsYang Tse2009-12-191-1/+1
|
* - Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg2009-08-111-1/+1
| | | | | | | | each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311.
* first take at bundling cmake-related files in the tarballDaniel Stenberg2009-04-141-2/+3
|
* Modify test harness so that the minimum SSH version required to runYang Tse2008-01-031-2/+2
| | | | | | SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0
* Add -a when running torture tests now that it's supported.Dan Fandrich2007-07-051-2/+2
|
* Added sshserver.plDan Fandrich2007-03-241-1/+1
|
* removed ftpsserver.plDaniel Stenberg2005-04-281-4/+3
|
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-181-1/+2
| | | | | | level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6.
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
|
* can you spell copy and paste error for me loud and clear? ;-PDaniel Stenberg2005-03-221-2/+2
|
* provide HTML and PDF versions of the man pages in the dist archiveDaniel Stenberg2005-03-221-1/+17
|
* add new fileDaniel Stenberg2005-03-171-1/+1
|
* Added the --runtestsopts option to testcurl.pl to override the defaultDan Fandrich2005-03-171-9/+9
| | | | options used by runtests.pl during testing (useful for disabling valgrind).
* initial man page attempt for testcurl.plDaniel Stenberg2005-03-151-1/+1
|
* added valgrind.pm to the distDaniel Stenberg2005-03-061-3/+3
|
* the test targets won't invoke the test suite if curl is built cross-compiled.Daniel Stenberg2004-06-031-4/+16
| | | | Pointed out by Chris Gaukroger.
* 'make test-torture' in the root now runs a full torture testDaniel Stenberg2004-05-171-0/+3
|
* full-test passes -p to runtests as well to get more details in case of failureDaniel Stenberg2004-04-131-1/+1
|
* All test targets now run 'make all' before they prcoeed with the actualDaniel Stenberg2004-03-291-6/+3
| | | | testing so that all test files are build first properly. David Byron reported.
* distribute testcurl.pl too starting nowDaniel Stenberg2004-03-231-1/+1
|
* no need to run make test in the data dir anymoreDaniel Stenberg2004-02-121-3/+0
|
* use the *correct* header!Daniel Stenberg2004-01-131-10/+10
|
* added our standard headerDaniel Stenberg2004-01-131-0/+22
|
* stunnel.pm is no moreDaniel Stenberg2003-10-291-1/+1
|
* added CLEANFILES to make distcheck run fineDaniel Stenberg2003-08-071-0/+2
|
* cleaned up after David Byron's comment on the libcurl list, aug 5 2003Daniel Stenberg2003-08-041-6/+6
|
* make test-full in the root dir should run verbose tests but not stop onDaniel Stenberg2003-01-211-0/+4
| | | | single failures
* removed fruitless attempts to overload some targetsDaniel Stenberg2002-12-191-7/+0
|
* new subdir added 'libtest'Daniel Stenberg2002-12-121-1/+1
|
* include memanalyze.pl in the dist archiveDaniel Stenberg2002-03-011-1/+1
|
* use the pid file, use the automake subdirDaniel Stenberg2002-02-251-3/+5
|
* added the stunnel PEM fileDaniel Stenberg2001-09-171-1/+2
|
* added README and FILEFORMAT to distrbution archiveDaniel Stenberg2001-09-141-1/+1
|
* Heikki Korpela fixed the 'make -C' invokes. make -C is banned.Daniel Stenberg2001-09-011-2/+2
|
* httpsserver.pl added to release archiveDaniel Stenberg2001-08-031-2/+2
|