summaryrefslogtreecommitdiff
path: root/test/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* testshmconsumer and testshmproducer are STARTED by testshm, they shouldwrowe2006-03-261-2/+0
| | | | | | | | | | | not be launched in 'make check', since 'make check' launches testshm. These are already dependencies of testshm: target so we don't need to worry that they are built. Two more pairs of eyeballs that 'make check' now works correctly would be appreciated before 0.9.11 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@388863 13f79535-47bb-0310-9956-ffa450edef68
* axe a mysterious rbb line that ignored user-specified CFLAGS whentrawick2003-08-111-2/+0
| | | | | | | building the test programs git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64583 13f79535-47bb-0310-9956-ffa450edef68
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-021-2/+1
| | | | | | | | | | | - make the increment operation use a slow load/increment/store cycle. - dropped support for specifying a lock filename, hopefully that is not critical - try using anonymous shm then name-based shm; fail gracefully rather than segfaulting if neither works. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64555 13f79535-47bb-0310-9956-ffa450edef68
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-051-2/+6
| | | | | | | | | apr_file_write_full() to pipe with timeout can return EAGAIN PR: 20295 (not fixed just yet) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64527 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.jorton2003-05-151-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64505 13f79535-47bb-0310-9956-ffa450edef68
* Use $(LIBTOOL) instead of $(LINK) for the mod_test shared objects.jerenkrantz2003-05-141-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64504 13f79535-47bb-0310-9956-ffa450edef68
* fix some problems with undesired build droppings left around aftertrawick2003-04-301-12/+23
| | | | | | | | | | | | | | | | | | "make [foo]clean" for make clean: zap all test programs, not just the ones we run from "make check" for make distclean: zap exports.c, export_vars.h instead of waiting for extraclean zap apr_rules.mk... fix the old rules.mk references that weren't changed when the file was renamed to rules.mk for make extraclen: zap ltmain.sh and libtool.m4 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64497 13f79535-47bb-0310-9956-ffa450edef68
* no need to list testall more than oncetrawick2003-04-181-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64486 13f79535-47bb-0310-9956-ffa450edef68
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-171-1/+2
| | | | | | | | functions are apr_env_get, apr_env_set and apr_env_delete. Also added a set of tests for the new functions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64363 13f79535-47bb-0310-9956-ffa450edef68
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-1/+1
| | | | | | | | | | for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
* Apply a patch to fix make check in test from Matt Kraai, extended to runthommay2002-12-291-4/+4
| | | | | | | | | testall during make check. Submitted by: Matt Kraai <kraai@alumni.cmu.edu> Reviewed by: Thom May git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64222 13f79535-47bb-0310-9956-ffa450edef68
* Fix 'make check'. Currently server, client, and sendfile are all testsrbb2002-12-101-4/+2
| | | | | | | | | | that should _only_ be run by testsock or by developers by hand. They all rely on having multiple processes that interact in order for the tests to work. Before this fix, 'make check' would always hang when it ran server, because nobody was running client to finish the tests. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64138 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testuser to the new test suite.rbb2002-12-071-5/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64129 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testnames to the new test suite.rbb2002-12-071-5/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64128 13f79535-47bb-0310-9956-ffa450edef68
* Migreate testargs to the new test suite.rbb2002-12-061-7/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64124 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to remove this targetrbb2002-12-041-3/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64119 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testhash to the new test suite.rbb2002-12-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64118 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testthread to the new test suite.rbb2002-12-031-5/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64117 13f79535-47bb-0310-9956-ffa450edef68
* Remove a couple of tests that can't be built separately.rbb2002-12-031-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64116 13f79535-47bb-0310-9956-ffa450edef68
* migrate testpipe to the new test suite.rbb2002-12-031-7/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64115 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testsockopt to the new test suite.rbb2002-12-031-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64114 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testlock to the new test suite.rbb2002-12-031-4/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64113 13f79535-47bb-0310-9956-ffa450edef68
* Fix the clean targets for the test suite.rbb2002-11-301-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64106 13f79535-47bb-0310-9956-ffa450edef68
* testdir has been CuTestified.jorton2002-11-271-3/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64102 13f79535-47bb-0310-9956-ffa450edef68
* Move list of test modules into a TESTS variable to stop duplicating it.jorton2002-11-271-11/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64101 13f79535-47bb-0310-9956-ffa450edef68
* Fix for VPATH builds.jorton2002-11-271-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64100 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testpoll to the new test suite.rbb2002-11-271-6/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64095 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testproc to the new test suite.rbb2002-11-261-17/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64089 13f79535-47bb-0310-9956-ffa450edef68
* Fix use of $< outside inference rules (another GNU make extension).jorton2002-11-261-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64088 13f79535-47bb-0310-9956-ffa450edef68
* $(shell ...) is a GNU make extension.jorton2002-11-251-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64087 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testsockets to the new test suite.rbb2002-11-241-6/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64083 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testdup to the new test suite.rbb2002-11-241-3/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64082 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testoc to the new test suite.rbb2002-11-241-6/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64077 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testdso to the new test suite.rbb2002-11-231-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64070 13f79535-47bb-0310-9956-ffa450edef68
* Don't link testdso.lo into testall as it hasn't been CuTestified yet.jorton2002-11-231-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64068 13f79535-47bb-0310-9956-ffa450edef68
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-2/+8
| | | | | | | | 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
* Migrate testrand to the new test suite.rbb2002-11-231-9/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64064 13f79535-47bb-0310-9956-ffa450edef68
* Add a new test, testfileinfo. This came from the old testfile program,rbb2002-11-221-2/+2
| | | | | | | but I split it up to make the tests more managable. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64055 13f79535-47bb-0310-9956-ffa450edef68
* Fix parse error from Solaris make.jorton2002-11-151-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64037 13f79535-47bb-0310-9956-ffa450edef68
* Remove testdir and testfile from $(PROGRAMS) since they have beenjorton2002-11-141-4/+0
| | | | | | | | migrated to CuTest and hence no longer link by default. Remove redundant 'all' target which is overridden by 'all' from build.mk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64021 13f79535-47bb-0310-9956-ffa450edef68
* Migrate the directory test program to the new test suite.rbb2002-11-111-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64011 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testfile to the new test suite.rbb2002-11-101-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64008 13f79535-47bb-0310-9956-ffa450edef68
* Port testfmt to the new test suite.rbb2002-10-241-6/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63979 13f79535-47bb-0310-9956-ffa450edef68
* Remove the tests that have already been ported.rbb2002-10-241-36/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63978 13f79535-47bb-0310-9956-ffa450edef68
* Move testregex to test/internal. This test is testing regular expressions,rbb2002-10-241-4/+0
| | | | | | | | which isn't a feature that APR provides. The test is still available, but it is not a part of the external test suite anymore. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63977 13f79535-47bb-0310-9956-ffa450edef68
* Port testpools to the new test suite.rbb2002-10-221-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63971 13f79535-47bb-0310-9956-ffa450edef68
* Port testsleep to the new test suite.rbb2002-10-221-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63967 13f79535-47bb-0310-9956-ffa450edef68
* Port testtable to the new test suite.rbb2002-10-221-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63963 13f79535-47bb-0310-9956-ffa450edef68
* Port testud to the new test suite.rbb2002-10-221-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63960 13f79535-47bb-0310-9956-ffa450edef68
* Port testmmap to the new test suite.rbb2002-10-131-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63917 13f79535-47bb-0310-9956-ffa450edef68