summaryrefslogtreecommitdiff
path: root/test/abts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-8/+8
* test/abts: Follow up to r1902191: Fix IMPL_abts_T_nequal.Yann Ylavic2022-06-231-1/+1
* test/abts: More numeric types to compare/assert.Yann Ylavic2022-06-231-42/+44
* test: fix memory leaks of the test framework at exit.Yann Ylavic2021-09-101-1/+17
* Added support for recording skipped test cases.Branko Čibej2020-05-061-7/+60
* Fix error message from ABTS_INT_NEQUAL() and ABTS_STR_NEQUAL().Jeff Trawick2013-11-121-2/+4
* support Windows-style paths when checking for absolute pathsJeff Trawick2013-08-211-0/+3
* small cosmetic fix to sync with other output.Guenter Knauf2009-10-161-1/+1
* fixed error message in abts_ptr_notnull() and avoidGuenter Knauf2009-10-131-1/+1
* Correct license statements to the ASF labeling policy. Note major partsWilliam A. Rowe Jr2008-05-281-8/+6
* Add a comment, and represent in base 10William A. Rowe Jr2007-10-091-1/+3
* Fix invalid function casts (which are compiled as abort() by recentJoe Orton2007-10-091-0/+14
* It's *really* nasty to pipe these results to a file,William A. Rowe Jr2007-10-061-0/+3
* * test/abts.c (abts_run_test): Avoid the malloc/free.Joe Orton2004-07-081-7/+5
* Bring over the display fix from apr-util.David Reid2004-06-291-1/+1
* Bring in the patch from apr-util that allows for NULL strings to be passedDavid Reid2004-06-211-1/+3
* Merge from ABTS svn repo. Don't pring success message when -l is used.Ryan Bloom2004-06-081-0/+4
* Add back the -l option to the apr test suite. This allows the test suiteRyan Bloom2004-06-051-4/+16
* * test/abts.c (abts_add_suite): Fix for non-absolute __FILE__Joe Orton2004-06-041-3/+5
* Various test suite improvements to actually test the global mutex code with allJustin Erenkrantz2004-06-041-2/+8
* List all local variable first otherwise the Metrowerks compiler complainsBradley Nicholes2004-05-241-1/+1
* * test/abts.c (abts_add_suite): Use calloc/memcpy rather thanJoe Orton2004-05-241-1/+2
* * test/abts.c (abts_add_suite): Strip .c extension from subsuite name.Joe Orton2004-05-241-3/+8
* * test/abts.c (abts_ptr_notnull, abts_assert, abts_true,Joe Orton2004-05-241-4/+4
* Fix the output from -q. Now, there are no control characters printed whenRyan Bloom2004-05-231-3/+6
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-20/+20
* * test/abts.c (report): Just print "success" if there were no failures.Joe Orton2004-05-141-7/+22
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-0/+365