summaryrefslogtreecommitdiff
path: root/test/testpools.c
Commit message (Collapse)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64903 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.thommay2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64079 13f79535-47bb-0310-9956-ffa450edef68
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
| | | | | | | | for all tests. IF you just want to run individual tests, you do that by passing the name of the test to testall. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64065 13f79535-47bb-0310-9956-ffa450edef68
* Make global variables static where appropriate.jorton2002-11-141-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64023 13f79535-47bb-0310-9956-ffa450edef68
* change to a more appropriate CuAssert* calltrawick2002-10-231-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63972 13f79535-47bb-0310-9956-ffa450edef68
* Port testpools to the new test suite.rbb2002-10-221-59/+59
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63971 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* clean up some warnings (unused variables, unprototyped exportedtrawick2002-01-171-5/+2
| | | | | | | functions) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62801 13f79535-47bb-0310-9956-ffa450edef68
* Add a quick 5 minute "incredibly simple" pools test app.dreid2002-01-121-0/+157
Tidy up Makefile.in by removing suplicate references and references to files not in the tree! git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62769 13f79535-47bb-0310-9956-ffa450edef68