=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Any / Recursive / README
blob09f4fafd1f174a49dce48e3575d5edc35c5a038c
3 /**
5 @page Recursive Any Test README File
7 This test determines whether insertion and extraction of recursive
8 types into and from a CORBA::Any, respectively, works.  Properly
9 functioning insertion and exctraction of recursive types depends on
10 working recursive TypeCode support, which is indirectly tested by this
11 test as well.
13 To run the test use the run_test.pl script:
15 $ ./run_test.pl
17 the script returns 0 if the test was successful.