• Home
Name Date Size #Lines LOC

..--

conform/03-May-2024-11,3169,293

lib/03-May-2024-

perf/03-May-2024-1,4471,038

README.txtD03-May-2024619 1613

build.xmlD03-May-20247.7 KiB206122

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.