summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Collocation/README
blob: cc1bcde0a5b80da091fe70a623f21412ecd14aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
This program performs a series of sanity check on the collocation
support in TAO.  It also serves as an example of how to separate stub
and skeleton + implementation from the main program.

After building the example, you'll get:

        Collocation_Test_Stubs.{dll,so}: This library contains stub implementations.

        Diamond.{dll,so}: This library contains the implementation Diamond object.

        Collocation[.exe]: This program performs the collocation test.