summaryrefslogtreecommitdiff
path: root/test/testutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the build to know x64 (on Visual Studios which wrowe2007-10-071-1/+1
| | | | | | | | | | | | | support it) - intended for backport, and make -DWINNT the default (not intended for backport) with new 9x compatible flavor targets. Also invoke the make test/ check from either the testdll or testlib targets of test/testall.dsw (this both builds and runs the test suite inside the studio). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@582604 13f79535-47bb-0310-9956-ffa450edef68
* In preparation to be able to test multiple, parallelwrowe2007-10-061-1/+15
| | | | | | | flavors of the apr build, we'll need to designate the path of the apr-invoked binaires. Macroize this. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@582543 13f79535-47bb-0310-9956-ffa450edef68
* Fix testrand2.c coding style and merge into testrand.cdavi2007-07-211-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@558209 13f79535-47bb-0310-9956-ffa450edef68
* Add test program for the condition variable code. There are various CV behaviordavi2007-06-291-0/+1
| | | | | | | tests, including fairness ones. PR: 42305 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@551967 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.jorton2006-08-031-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.jorton2006-08-031-6/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-1/+4
| | | | | | | | | | | | testutil.c reported. Not very useful. This change adds the passing of the (correct) line number and also a macro to ease said passing. I've changed all instances of apr_assert_success to use the new macro, but not all the tests build on this platform so others should check that all is well for them. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65171 13f79535-47bb-0310-9956-ffa450edef68
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-0/+88
and it prints output while running the test. Also, if a test fails the rest of the test function is run, allowing for proper cleanup. Finally, it is possible to call the same function multiple times with different data, and each call is considered a separate test. This is the first of a multi-step process to get a more useful test suite. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65091 13f79535-47bb-0310-9956-ffa450edef68