README.txt
1This directory contains the tests of the product.
2It contains(*) the following items:
3
4- lib: external libraries required to run the tests
5- conform: conformance tests (unit tests)
6- deviance: deviance tests (unit tests)
7- thread: multi-threading tests (unit tests)
8- stress: stress tests
9- perf: performance tests
10
11Each sub directory contains:
12- the source of the tests, with package struture if there is one,
13- the xml descriptors to launch test suites. An xml desriptor describes
14 the execution of a test suite. The default task is called on this file.
15
16(*) some items may not be present, depending on the product.