summaryrefslogtreecommitdiff
path: root/TAO/tests/SHMIOP/SHMIOP_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/SHMIOP/SHMIOP_Test.mpc')
-rw-r--r--TAO/tests/SHMIOP/SHMIOP_Test.mpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tests/SHMIOP/SHMIOP_Test.mpc b/TAO/tests/SHMIOP/SHMIOP_Test.mpc
new file mode 100644
index 00000000000..8ccc71387cc
--- /dev/null
+++ b/TAO/tests/SHMIOP/SHMIOP_Test.mpc
@@ -0,0 +1,11 @@
+project: taoidldefaults, taoserver, strategies {
+ exename = shmiop_test
+
+ IDL_Files {
+ Test.idl
+ }
+
+ Source_Files {
+ shmiop_test.cpp
+ }
+}