summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT.mpc')
-rw-r--r--TAO/tests/ORT/ORT.mpc13
1 files changed, 12 insertions, 1 deletions
diff --git a/TAO/tests/ORT/ORT.mpc b/TAO/tests/ORT/ORT.mpc
index 8ef616dfd20..fb932d28ff1 100644
--- a/TAO/tests/ORT/ORT.mpc
+++ b/TAO/tests/ORT/ORT.mpc
@@ -1,10 +1,16 @@
// -*- MPC -*-
// $Id$
+
project(Test_ORT_Server): taoexe, portableserver {
requires += interceptors
idlflags += -I$(TAO_ROOT) -Gv
+ IDL_Files {
+ ORT_test.idl
+ ObjectReferenceFactory.idl
+ }
+
Source_Files {
ORT_testC.cpp
ORT_testS.cpp
@@ -18,13 +24,18 @@ project(Test_ORT_Server): taoexe, portableserver {
}
}
+
project(Test_ORT_Client): taoexe {
requires += interceptors
idlflags += -I$(TAO_ROOT) -Gv
+ after += Test_ORT_Server
+
+ IDL_Files {
+ ORT_test.idl
+ }
Source_Files {
ORT_testC.cpp
client.cpp
}
}
-