summaryrefslogtreecommitdiff
path: root/test/testglobalmutex.c
Commit message (Expand)AuthorAgeFilesLines
* * test/testglobalmutex.c (testglobalmutex): Fix declaration.jorton2004-06-101-4/+2
* Use abts_log_message to log data about which test is being run.rbb2004-06-091-0/+2
* Use the void *data parameter to test functions to pass in the lockrbb2004-06-091-47/+16
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-5/+5
* * test/testglobalmutex.c: Fix compiler warnings.jorton2004-06-041-1/+31
* Various test suite improvements to actually test the global mutex code with alljerenkrantz2004-06-041-11/+57
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-3/+3
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-10/+10
* Fix a stupid paste-o in testglobalmutex.rbb2004-03-151-1/+1
* Port testglobalmutex to the unified framework. There is a hack inrbb2004-03-151-119/+55
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-1/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add a new lock API: apr_global_mutex_taaron2002-02-181-0/+193