summaryrefslogtreecommitdiff
path: root/CIAO/tests/DDS/DDSTest.mwc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DDS/DDSTest.mwc')
-rw-r--r--CIAO/tests/DDS/DDSTest.mwc14
1 files changed, 14 insertions, 0 deletions
diff --git a/CIAO/tests/DDS/DDSTest.mwc b/CIAO/tests/DDS/DDSTest.mwc
new file mode 100644
index 00000000000..de42423654f
--- /dev/null
+++ b/CIAO/tests/DDS/DDSTest.mwc
@@ -0,0 +1,14 @@
+workspace {
+ // the -relative and -include cmdlines make it so this workspace
+ // does not have to be in the $DDS_ROOT directory tree.
+
+ // tell MPC to substitute our DDS_ROOT environment variables for relative paths
+ cmdline += -relative DDS_ROOT=$DDS_ROOT
+
+ // tell the projects where to find the DDS base projects (*.mpb)
+ cmdline += -include $DDS_ROOT/MPC/config
+
+ Base
+ Receiver
+
+}