Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Sequence_Unit_Tests / README
blob4b5f41185745cb633ca3dec19986c04405b1e932
1 /**
5 @page Sequence Unit Tests
7 Implement unit tests for the TAO CORBA sequence implementation.
9 The correctness of CORBA sequences is a fundamental building block for
10 many TAO applications, however, these classes are very complex
11 specially when their underlying type is not self-managed, such as
12 strings and object references.  This directory contains unit tests for
13 all these classes, i.e. tests that do not require external components
14 (or processes!)
16 Some of the tests depend on the boost::unit_test_framework
17 (www.boost.org)  Any other "tests" simply verify that the code
18 compiles.  Therefore you should install boost and configure this
19 feature in your build if any reasonable coverage is desired.
21 To run the tests use the run_test.pl script:
23 $ ./run_test.pl