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