summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive/README
blob: 3bcb5afd415a180fe1ee75ef29c24fad5b99fdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$Id$

/**

@page Recursive Any Test README File

This test determines whether insertion and extraction of recursive
types into and from a CORBA::Any, respectively, works.  Properly
functioning insertion and exctraction of recursive types depends on
working recursive TypeCode support, which is indirectly tested by this
test as well.

To run the test use the run_test.pl script:

$ ./run_test.pl

the script returns 0 if the test was successful.

*/