tsrc/unittestrunner/unittest_ctc.pl
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
   297 sub print_help
   297 sub print_help
   298 {
   298 {
   299 	print("\n*************************************************************\n\n");
   299 	print("\n*************************************************************\n\n");
   300 	print("Script runs by default all multimediasharing eunit tests\n");
   300 	print("Script runs by default all multimediasharing eunit tests\n");
   301 	print("and creates build, test and coverage results to:\n\n");
   301 	print("and creates build, test and coverage results to:\n\n");
   302 	print("    $coverageResultsDirDefault\n\n");
   302 	print("    mmsharing/src/internal/unittestrunner/results/\n\n");
   303 	print("Own configuration file (list of components to be processed)\n");
   303 	print("Own configuration file (list of components to be processed)\n");
   304 	print("can be used as well:\n\n");
   304 	print("can be used as well:\n\n");
   305 	print("    >unittest_ctc.pl -eunitdlls=myowneunitcomponents.txt\n\n");
   305 	print("    >unittest_ctc.pl -eunitdlls=myowneunitcomponents.txt\n\n");
   306 	print("The text file should follow the syntax of default configuration file\n");
   306 	print("The text file should follow the syntax of default configuration file\n");
   307 	print("$scriptLocation/eunitdlls_ctc.txt\n\n");
   307 	print("mmsharing/src/internal/unittestrunner/eunitdlls_ctc.txt\n\n");
   308 	print("Alloc failure simulation can be turned on with following command:\n\n");
   308 	print("Alloc failure simulation can be turned on with following command:\n\n");
   309 	print("    >unittest_ctc.pl -allocfailure=2\n\n");
   309 	print("    >unittest_ctc.pl -allocfailure=2\n\n");
   310 	print("Any number will turn eunit alloc on.\n");
   310 	print("Any number will turn eunit alloc on.\n");
   311 	print("When running just some set of components you might want to \"merge\" the results");
   311 	print("When running just some set of components you might want to \"merge\" the results");
   312 	print("with existing coverage results.\n");
   312 	print("with existing coverage results.\n");