summaryrefslogtreecommitdiff
path: root/TAO/tests/SHMIOP/SHMIOP_Test.mpc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2018-04-10 18:59:38 -0400
committerSteve Huston <shuston@riverace.com>2018-04-10 18:59:38 -0400
commitceb273ea994e3718d2e7197454839bf7c1fcce34 (patch)
tree273df17f62dda934429ca8b4902ec3346b979cf2 /TAO/tests/SHMIOP/SHMIOP_Test.mpc
parent3718261cb814c3cc598de91fa2bee7ddcdfffc7b (diff)
parent29c5bc48b96635cf8aba0f63e3ebd5f3802452d3 (diff)
downloadATCD-ceb273ea994e3718d2e7197454839bf7c1fcce34.tar.gz
Merge out from masterRiverace-case2088
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
+ }
+}