summaryrefslogtreecommitdiff
path: root/test/testall.c
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-201-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-021-0/+1
* add "-l" option for listing testcases to make it easier for a regressiontrawick2003-05-181-0/+6
* add -x option to exclude particular teststrawick2003-05-161-14/+52
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-171-0/+1
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* In apr_assert_success, if the return code is ENOTIMPL, then make sure thatrbb2002-12-151-1/+5
* Make sure testproc cleans up after itself too.rbb2002-12-151-0/+1
* A small optimization. No reason to go through the whole loop once werbb2002-12-121-0/+1
* Migrate testuser to the new test suite.rbb2002-12-071-0/+1
* Migrate testnames to the new test suite.rbb2002-12-071-0/+1
* Move CuAssertSuccess to apr_assert_success, and remove it from therbb2002-12-061-0/+10
* Migreate testargs to the new test suite.rbb2002-12-061-0/+1
* Migrate testhash to the new test suite.rbb2002-12-041-0/+1
* Migrate testthread to the new test suite.rbb2002-12-031-0/+1
* migrate testpipe to the new test suite.rbb2002-12-031-0/+1
* Migrate testsockopt to the new test suite.rbb2002-12-031-0/+1
* Migrate testlock to the new test suite.rbb2002-12-031-0/+1
* Migrate testpoll to the new test suite.rbb2002-11-271-0/+1
* Migrate testproc to the new test suite.rbb2002-11-261-0/+1
* Migrate testsockets to the new test suite.rbb2002-11-241-0/+1
* Migrate testdup to the new test suite.rbb2002-11-241-1/+2
* Migrate testoc to the new test suite.rbb2002-11-241-0/+1
* Quiet an annoying warning.rbb2002-11-231-1/+1
* Migrate testdso to the new test suite.rbb2002-11-231-0/+1
* Remove redundant NUM_TESTS array size and unused typedef.jorton2002-11-231-8/+3
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-20/+46
* Migrate testrand to the new test suite.rbb2002-11-231-0/+1
* Add a new test, testfileinfo. This came from the old testfile program,rbb2002-11-221-0/+1
* Make global variables static where appropriate.jorton2002-11-141-1/+2
* Change CuSuiteListDetails function to return the number of tests whichjorton2002-11-141-2/+2
* Migrate the directory test program to the new test suite.rbb2002-11-111-0/+1
* Migrate testfile to the new test suite.rbb2002-11-101-0/+1
* Port testfmt to the new test suite.rbb2002-10-241-0/+1
* Cleanup the output from the new test suite. It now prints the outputrbb2002-10-231-2/+1
* Port testpools to the new test suite.rbb2002-10-221-0/+1
* Port testsleep to the new test suite.rbb2002-10-221-0/+1
* Port testtable to the new test suite.rbb2002-10-221-0/+1
* Port testud to the new test suite.rbb2002-10-221-3/+5
* Port testmmap to the new test suite.rbb2002-10-131-2/+3
* Port the testipsub program to the new test suite.rbb2002-10-131-2/+3
* Convert testvsn to the new test suite.rbb2002-10-131-2/+3
* get rid of warnings (missing function prototypes, missing return valuetrawick2002-09-161-1/+4
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-0/+91