summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1627_Regression/test.mpc')
-rw-r--r--TAO/tests/Bug_1627_Regression/test.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1627_Regression/test.mpc b/TAO/tests/Bug_1627_Regression/test.mpc
new file mode 100644
index 00000000000..766c8194f9f
--- /dev/null
+++ b/TAO/tests/Bug_1627_Regression/test.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(Bug_1627_Server): server, iortable {
+ Source_Files {
+ Test_i.cpp
+ server.cpp
+ }
+}
+
+project(Bug_1627_Client): client {
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+}