summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Lookup/README
blob: a92531070a6ddfce452f96ce0d7cf174ef5a04f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Lookup Test
=======================

This test is for IDL compiler handling of references using local
names to declarations in base interfaces, components, valuetypes
and homes, and in supported interfaces. This type of reference
is legal IDL.

The primary point of the test is that the IDL compiler outputs
no errors in processing the IDL file, and the secondary point
is that the generated code compiles successfully. Therefore,
we have no need for export files, export macros, or *_BUILD_DLL
flags.

Thanks to Boris Kolpackov <boris@dre.vanderbilt.edu> for the
original example IDL file, which has been slightly modified
for use in this test.


Jeff Parsons