summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc b/TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc
new file mode 100644
index 00000000000..e7488f429d3
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/Benchmark/Portable_Interceptors_Benchmark.mpc
@@ -0,0 +1,22 @@
+project: server {
+ Source_Files {
+ test_i.cpp
+ interceptors.cpp
+ marker.cpp
+ Server_ORBInitializer.cpp
+ Interceptor_Type.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ Source_Files {
+ testC.cpp
+ interceptors.cpp
+ marker.cpp
+ Client_ORBInitializer.cpp
+ Interceptor_Type.cpp
+ client.cpp
+ }
+}
+