summaryrefslogtreecommitdiff
path: root/test/testdso.c
Commit message (Expand)AuthorAgeFilesLines
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-34/+34
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-55/+55
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * testdso.c: Fix build when --disable-dso is used.jorton2003-10-291-0/+6
* get testdso to work with the vendor's compiler on HP-UX, whichtrawick2003-05-281-1/+1
* Add another hack to make testdso pass on BSD/OS; this needs fixingjorton2003-04-161-1/+1
* fix the name of the test module on AIXtrawick2003-01-021-0/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Agreed with Ryan... it's entirely redundant to run the tests twice wherewrowe2002-12-311-11/+6
* standardize on a couple of easy to test for error codes for DSO errors.rbb2002-12-291-6/+8
* Reclassify LIB and LIB2 as MOD and LIB (corresponding to loadable moduleswrowe2002-12-291-34/+41
* Revert the bit from rev 1.31 that Rbb objects to... continue to testwrowe2002-12-291-0/+3
* First; once any apr object is closed, the results are undefined.wrowe2002-12-291-32/+12
* Missing LIB_NAME2 #ifdefbnicholes2002-12-191-0/+2
* This should have been #if, not #ifdef. D'Oh.rbb2002-12-111-1/+1
* Flatten conditionals; define LIB_NAME{,2} correctly on HP-UX.jorton2002-11-271-12/+11
* Fix a coupleof build warningsrbb2002-11-261-0/+1
* void * is not compatible with function ptrstrawick2002-11-251-4/+4
* Move variable declarations to beginning of block (only allowed in C99/C++).jorton2002-11-241-3/+2
* Remove the rest of the warnings from the test suite.rbb2002-11-241-12/+12
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Migrate testdso to the new test suite.rbb2002-11-231-95/+209
* Correct shared library support on Darwin to not fatally error out whenjerenkrantz2002-06-241-17/+34
* Address PR 8963wrowe2002-05-101-5/+5
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the licence to testdso.c :)dreid2002-01-081-0/+55
* Most platforms use gnu libtool which puts the .so into .libs/ so wedreid2001-11-101-1/+5
* Added an #ifdef for NetWare to rename to loadable module to MOD_TEST.NLM.bnicholes2001-08-281-0/+4
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Make every test source build - regardless of missing apr features.wrowe2000-12-051-0/+2
* Get testdso working on Linux again. This should work on all platforms.rbb2000-12-031-2/+4
* Get the test programs mostly working again.rbb2000-11-291-0/+1
* Clean up a lot of warnings in the test directory.rbb2000-11-151-0/+1
* prefix libapr functions and types with apr_dougm2000-08-021-15/+15
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-6/+0
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-2/+5
* apr_config.h is private and should not be used by test programs.rbb2000-04-221-1/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-141-0/+1
* Adding tests for dso support and the Makefile. This also updates somerbb2000-04-041-0/+100