summaryrefslogtreecommitdiff
path: root/test/testdir.c
Commit message (Expand)AuthorAgeFilesLines
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-5/+5
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-38/+38
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-68/+68
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotjorton2004-02-191-51/+10
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Only APR_FINFO_DIRENT is guarenteed to be supported... other platformswrowe2002-12-291-5/+5
* Add some tests that were written but not being run.rbb2002-11-241-0/+4
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Remove "unused variable" warnings from GCC.jorton2002-11-141-4/+0
* Migrate the directory test program to the new test suite.rbb2002-11-111-47/+240
* Update our copyright for this year.fielding2002-03-131-1/+1
* gotta close the dir before it can be removed (at least on Win32);trawick2001-08-061-0/+3
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-021-1/+1
* Make testdir more portablebjh2001-06-281-3/+5
* Bugfix for the unix version of apr_dir_read(). I caught it on mysussman2001-06-151-0/+131