summaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
Commit message (Expand)AuthorAgeFilesLines
* buildconf already runs ares/buildconf by itself if there is an ares subdirDaniel Stenberg2006-10-171-16/+0
* reverted the previous .libs check for libs, but instead make mingw32 buildsDaniel Stenberg2006-05-271-6/+6
* better check for libs created in the .libs directory since libtool does thisDaniel Stenberg2006-05-251-7/+7
* Log CPPFLAGS environment variable along with the others.Dan Fandrich2005-12-131-0/+1
* use make -k when running the testsDaniel Stenberg2005-09-151-2/+2
* quick hack to make it working again on Win32 - however we should consider to ...Gunter Knauf2005-08-301-11/+14
* fix for NetWare crossbuilds to display the right config.h when build on Win32.Gunter Knauf2005-08-111-2/+2
* added -nobuildconfDaniel Stenberg2005-05-201-7/+15
* scan for gmake and make to prefer gmake on systems that have itDaniel Stenberg2005-05-171-13/+34
* allow the ares/config.h display to failDaniel Stenberg2005-05-101-4/+5
* no need to display src/config.h anymore since it is a duplicate of lib/config.hDaniel Stenberg2005-05-091-7/+7
* Modified to not mix ordinary print to STDOUT with a system() that prints topre-sockfiltDaniel Stenberg2005-04-181-1/+6
* some additional debug outputDaniel Stenberg2005-03-191-2/+5
* Netware builds don't use configure.Dan Fandrich2005-03-181-1/+2
* adjust to use plain 'make' even for cross-compiles if using configure-Daniel Stenberg2005-03-181-2/+3
* don't set TEST_F to blank when --runtestopts isn't used, as that will overrideDaniel Stenberg2005-03-171-2/+6
* Added the --runtestsopts option to testcurl.pl to override the defaultDan Fandrich2005-03-171-4/+8
* initial man page attempt for testcurl.plDaniel Stenberg2005-03-151-4/+5
* Added lots of new command line options, made confsuffix get set based onDaniel Stenberg2005-03-151-50/+110
* show LDFLAGS tooDaniel Stenberg2005-03-141-3/+4
* no more rewriting of the setup fileDaniel Stenberg2005-03-111-1/+1
* attempt to make the configure output appear in the build log when it runsDaniel Stenberg2004-10-101-1/+1
* no more getdate.c to care aboutDaniel Stenberg2004-09-151-1/+0
* mingw32 builds make .a libsDaniel Stenberg2004-07-291-0/+1
* libs built with libtool are named .la in the build dirDaniel Stenberg2004-07-251-1/+1
* if --enable-ares is used, we must run 'buildconf' in the ares dir beforeDaniel Stenberg2004-07-241-4/+20
* added Borland support.Gunter Knauf2004-07-151-2/+2
* fixed Win32 prebuild section; fixed minor cosmetic bug.Gunter Knauf2004-07-061-5/+11
* be a bit more verbose when things go wrong.Gunter Knauf2004-07-051-2/+2
* added additional check to avoid calling a non-existant external script.Gunter Knauf2004-07-051-4/+3
* the simple way was too simple, so added --mktarball option.Gunter Knauf2004-07-051-5/+10
* added simple way to create a tarball just before the build is deleted.Gunter Knauf2004-07-051-0/+5
* changed to reflect recent NetWare makefile changes;Gunter Knauf2004-07-051-14/+23
* fixed argument parsing; added --setup option.Gunter Knauf2004-06-291-16/+19
* added new --target option for autobuilding other targets than GNU-like.Gunter Knauf2004-06-221-30/+69
* Tor Arntsen fixed how this is invokedDaniel Stenberg2004-03-251-1/+4
* detect daily snapshots using the new path for this testDaniel Stenberg2004-03-251-1/+1
* invoke this script via env, as it is more likely to exist at a fixed pathDaniel Stenberg2004-03-251-1/+1
* Tor Arntsen's mkdir-fix to make this run with perl 5.0005Daniel Stenberg2004-03-241-1/+1
* Avoid doing chdir .., as it breaks the ability to use symlinks properly.Daniel Stenberg2004-03-241-2/+2
* Greg Hewgill's version of testcurl.sh rewritten in perl for greaterDaniel Stenberg2004-03-231-0/+409