Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Any / Indirected / README
blob060aa8834624ab84513556bb3db8291b218c347e
3 /**
5 @page Indirected Any Test README File
7 This test determines whether some specific aspects of the support
8 of typecode indirection with recursive typecodes works correctly.
9 More specifically it tests repeated insertion -> extraction sequences
10 of the same typecode and memory management with external references of
11 indirected typecodes.
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.