summaryrefslogtreecommitdiff
path: root/test/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* Move list of test modules into a TESTS variable to stop duplicating it.jorton2002-11-271-11/+9
* Fix for VPATH builds.jorton2002-11-271-2/+2
* Migrate testpoll to the new test suite.rbb2002-11-271-6/+2
* Migrate testproc to the new test suite.rbb2002-11-261-17/+9
* Fix use of $< outside inference rules (another GNU make extension).jorton2002-11-261-1/+1
* $(shell ...) is a GNU make extension.jorton2002-11-251-2/+2
* Migrate testsockets to the new test suite.rbb2002-11-241-6/+3
* Migrate testdup to the new test suite.rbb2002-11-241-3/+3
* Migrate testoc to the new test suite.rbb2002-11-241-6/+3
* Migrate testdso to the new test suite.rbb2002-11-231-2/+2
* Don't link testdso.lo into testall as it hasn't been CuTestified yet.jorton2002-11-231-2/+2
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-2/+8
* Migrate testrand to the new test suite.rbb2002-11-231-9/+2
* Add a new test, testfileinfo. This came from the old testfile program,rbb2002-11-221-2/+2
* Fix parse error from Solaris make.jorton2002-11-151-1/+1
* Remove testdir and testfile from $(PROGRAMS) since they have beenjorton2002-11-141-4/+0
* Migrate the directory test program to the new test suite.rbb2002-11-111-2/+2
* Migrate testfile to the new test suite.rbb2002-11-101-2/+2
* Port testfmt to the new test suite.rbb2002-10-241-6/+2
* Remove the tests that have already been ported.rbb2002-10-241-36/+0
* Move testregex to test/internal. This test is testing regular expressions,rbb2002-10-241-4/+0
* Port testpools to the new test suite.rbb2002-10-221-2/+2
* Port testsleep to the new test suite.rbb2002-10-221-2/+2
* Port testtable to the new test suite.rbb2002-10-221-2/+2
* Port testud to the new test suite.rbb2002-10-221-2/+2
* Port testmmap to the new test suite.rbb2002-10-131-2/+2
* Convert testvsn to the new test suite.rbb2002-10-131-2/+2
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-5/+12
* Remove the toplevel "make test" target, but replace it with a simliaraaron2002-09-051-0/+10
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-291-1/+1
* Various changes to clean up APR for a release.gstein2002-08-141-1/+1
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-171-4/+0
* Forgot to haul the test on across librarieswrowe2002-07-171-4/+0
* added table test programbrianp2002-07-051-2/+6
* Correct shared library support on Darwin to not fatally error out whenjerenkrantz2002-06-241-6/+12
* Ain't got no regex, ain't got no fork,wrowe2002-05-131-5/+7
* add a new test program totrawick2002-05-091-1/+5
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* simple test to time regex and hash getsianh2002-02-211-0/+4
* Add a new lock API: apr_global_mutex_taaron2002-02-181-0/+4
* tester for apr_atomicianh2002-02-121-0/+4
* Add testshmproducer and testshmconsumerjerenkrantz2002-01-121-1/+9
* Add a quick 5 minute "incredibly simple" pools test app.dreid2002-01-121-12/+6
* Add testshm.cjerenkrantz2002-01-121-0/+3
* Tidy up the Makefile.in (why were testshmem references left???!!)dreid2002-01-121-9/+1
* Test for file duplication. Not perfect but at least this gets usdreid2002-01-111-1/+5
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-101-0/+12
* Add testrand program to exercise apr_generate_random_bytesjerenkrantz2002-01-051-1/+5
* apr_sleep seems to be the potential cause of a few problems, so here isdreid2002-01-021-1/+5
* add a simple program for sanity-checking APR_foo_FMT_T valuestrawick2001-11-291-0/+4