summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-07-11 12:24:41 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-07-11 12:24:41 +0000
commit54991b480aa7d62e741260c77e7a8387501deb6a (patch)
tree175704a717a57e5c19e2b9719abfa2bdaa1550d9 /TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
parent73167d0a250699282f4aa582501577274a1d09fc (diff)
downloadATCD-54991b480aa7d62e741260c77e7a8387501deb6a.tar.gz
ChangeLogTag: Mon Jul 11 07:23:49 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
index d567cd548bd..ade0f5e574f 100644
--- a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
+++ b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
@@ -2,6 +2,10 @@
// $Id$
project(*Server): taoserver, messaging {
+ specific(bmake, borland, nmake, em3, vc6, vc71, vc8) {
+ // Use a roughly 16MB stack to avoid stack overflow in this test
+ StackReserveSize = 16000000
+ }
Source_Files {
Clock_Ticks.cpp
Server_Peer.cpp