summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/Native_Exceptions.mpc')
-rw-r--r--TAO/tests/Native_Exceptions/Native_Exceptions.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
index a2b78ef450e..bdee99b7da0 100644
--- a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
+++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
@@ -1,5 +1,6 @@
project: server {
- idlflags = -Ge 0 -Sc
+ idlflags = -Ge 0 -Sc
+ requires += exceptions
Source_Files {
test_i.cpp
@@ -8,7 +9,8 @@ project: server {
}
project: client {
- idlflags = -Ge 0 -Sc
+ idlflags = -Ge 0 -Sc
+ requires += exceptions
Source_Files {
testC.cpp