summaryrefslogtreecommitdiff
path: root/test/abts.c
Commit message (Expand)AuthorAgeFilesLines
* * test/abts.c (abts_run_test): Avoid the malloc/free.jorton2004-07-081-7/+5
* Bring over the display fix from apr-util.dreid2004-06-291-1/+1
* Bring in the patch from apr-util that allows for NULL strings to be passeddreid2004-06-211-1/+3
* Merge from ABTS svn repo. Don't pring success message when -l is used.rbb2004-06-081-0/+4
* Add back the -l option to the apr test suite. This allows the test suiterbb2004-06-051-4/+16
* * test/abts.c (abts_add_suite): Fix for non-absolute __FILE__jorton2004-06-041-3/+5
* Various test suite improvements to actually test the global mutex code with alljerenkrantz2004-06-041-2/+8
* List all local variable first otherwise the Metrowerks compiler complainsbnicholes2004-05-241-1/+1
* * test/abts.c (abts_add_suite): Use calloc/memcpy rather thanjorton2004-05-241-1/+2
* * test/abts.c (abts_add_suite): Strip .c extension from subsuite name.jorton2004-05-241-3/+8
* * test/abts.c (abts_ptr_notnull, abts_assert, abts_true,jorton2004-05-241-4/+4
* Fix the output from -q. Now, there are no control characters printed whenrbb2004-05-231-3/+6
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-20/+20
* * test/abts.c (report): Just print "success" if there were no failures.jorton2004-05-141-7/+22
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-0/+365