b8b3b9ac819a2123aa8308a040a8dce8ed95a740
[ric-app/mc.git] / sidecars / listener / test / README
1
2 Test things for listener. These are broken out to prevent sonar from
3 analysing them as they force things like passing nil pointers which sonar
4 finds distasteful and complains (incorrectly) about.
5
6 The run_unit_test script will drive the vetting and coverage tests on all
7 of the library modules in ../src. Coverage files are moved to the parent
8 directory where the jjb jobs expect to find them.
9
10 The run_app_test script drives the listener application and tools, as well
11 as the test sender, to generate coverage.  There is little vetting done
12 here; any problems should be discovered by the verify scripts in ../src
13 at the time the code is pushed. This is simply a coverage test for sonar.