summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-31 17:45:25 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-31 17:45:25 +0000
commit833dbec64ca13e4da31456e0b1378ae767caa9c0 (patch)
tree462cc55467b7f99dbb9507e8c6686cf1b7ca7186 /test
parent787071181a79a38504fa4877c9fda07cb59992b1 (diff)
downloadlibapr-833dbec64ca13e4da31456e0b1378ae767caa9c0.tar.gz
Increate the stack size of the apr test application to support some of the large
stack allocations. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/nwgnuaprtest3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nwgnuaprtest b/test/nwgnuaprtest
index 04a7d43eb..e3a71c83d 100644
--- a/test/nwgnuaprtest
+++ b/test/nwgnuaprtest
@@ -117,7 +117,7 @@ NLM_VERSION = 1,0,0
#
# If this is specified, it will override the default of 64K
#
-NLM_STACK_SIZE =
+NLM_STACK_SIZE = 524288
#
# If this is specified it will be used by the link '-entry' directive
@@ -188,6 +188,7 @@ FILES_nlm_objs = \
$(OBJDIR)/testpoll.o \
$(OBJDIR)/testpools.o \
$(OBJDIR)/testproc.o \
+ $(OBJDIR)/testprocmutex.o \
$(OBJDIR)/testrand.o \
$(OBJDIR)/testsleep.o \
$(OBJDIR)/testsockets.o \