summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/README
blob: 62fe58323118c3cb35466ea3c98b30f4884ac4ae (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:

        Coll_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.