summaryrefslogtreecommitdiff
path: root/TAO/tests/LongDouble/LongDoubleTest.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongDouble/LongDoubleTest.mpc')
-rw-r--r--TAO/tests/LongDouble/LongDoubleTest.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tests/LongDouble/LongDoubleTest.mpc b/TAO/tests/LongDouble/LongDoubleTest.mpc
new file mode 100644
index 00000000000..6a0e1879a52
--- /dev/null
+++ b/TAO/tests/LongDouble/LongDoubleTest.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ custom_only = 1
+}
+
+
+project(*Server): taoexe, portableserver {
+ exename = server
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ TestS.cpp
+ TestC.cpp
+ Global.cpp
+ LongDoubleTest.cpp
+ server.cpp
+ }
+}
+
+project(*Client): taoexe {
+ exename = client
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ TestC.cpp
+ Global.cpp
+ client.cpp
+ }
+}
+