summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc
new file mode 100644
index 00000000000..e116424db27
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/PI_Dynamic.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Collocated): taoserver, pi, pi_server, interceptors {
+ exename = Collocated_Test
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ test_i.cpp
+ interceptors.cpp
+ Echo_Collocated_ORBInitializer.cpp
+ Collocated_Test.cpp
+ Client_Task.cpp
+ Server_Task.cpp
+ }
+}