summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1636_Regression/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1636_Regression/test.mpc')
-rw-r--r--TAO/tests/Bug_1636_Regression/test.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1636_Regression/test.mpc b/TAO/tests/Bug_1636_Regression/test.mpc
new file mode 100644
index 00000000000..194e1e090d1
--- /dev/null
+++ b/TAO/tests/Bug_1636_Regression/test.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project (bug_1636_testclient) : taoexe, dynamicany, dynamicinterface, portableserver {
+ avoids += minimum_corba
+ exename = client
+
+ IDL_Files {
+ test.idl
+ }
+
+ Source_Files {
+ testS.cpp
+ testC.cpp
+ client.cpp
+ }
+}