summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/InterOp-Naming.mpc')
-rw-r--r--TAO/tests/InterOp-Naming/InterOp-Naming.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
new file mode 100644
index 00000000000..20b5d0103f1
--- /dev/null
+++ b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
@@ -0,0 +1,21 @@
+project: server {
+ depends += IORTable
+ libs += TAO_IORTable
+ exename = INS_test_server
+
+ Source_Files {
+ INS_i.cpp
+ Server_i.cpp
+ INS_test_server.cpp
+ }
+}
+
+project: client {
+ exename = INS_test_client
+
+ Source_Files {
+ INSC.cpp
+ INS_test_client.cpp
+ }
+}
+