diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-02 12:12:30 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-02 12:12:30 +0000 |
commit | 91a38af0edd750f9dbf7381ac822c2d822601437 (patch) | |
tree | 5e4f5d49f645f97a248da3943f6d3c610d0ded98 /test/Makefile.in | |
parent | a2234e56f60f4ceded0f53fef45515a967bc78e0 (diff) | |
download | libapr-91a38af0edd750f9dbf7381ac822c2d822601437.tar.gz |
CuTest-ify and clean up the testprocmutex test:
- 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
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 096cf89d0..f61f7d5f5 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -22,7 +22,6 @@ STDTEST_PORTABLE = \ STDTEST_NONPORTABLE = \ testshm@EXEEXT@ \ - testprocmutex@EXEEXT@ \ testglobalmutex@EXEEXT@ OTHER_PROGRAMS = client@EXEEXT@ sendfile@EXEEXT@ \ @@ -118,7 +117,7 @@ TESTS = testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \ testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \ testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \ testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \ - testenv.lo + testenv.lo testprocmutex.lo testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \ readchild@EXEEXT@ CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS) |