summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Lookup/lookup_test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/Lookup/lookup_test.mpc')
-rw-r--r--CIAO/tests/IDL3/Lookup/lookup_test.mpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/CIAO/tests/IDL3/Lookup/lookup_test.mpc b/CIAO/tests/IDL3/Lookup/lookup_test.mpc
new file mode 100644
index 00000000000..1449c788ea1
--- /dev/null
+++ b/CIAO/tests/IDL3/Lookup/lookup_test.mpc
@@ -0,0 +1,18 @@
+// $Id$
+
+project(LookupTest_stub): ciao_client_dnc {
+
+ sharedname = LookupTest_stub
+
+ IDL_Files {
+ lookup_test.idl
+ }
+
+ Source_Files {
+ lookup_testC.cpp
+ }
+
+ Header_Files {
+ lookup_testC.h
+ }
+}