| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "sute.h" 2 : 3 : /** 4 : * 5 : * Another simple test case 6 : * 7 : */ 8 1 : Return test0005(void) 9 : { 10 1 : INITTEST; 11 : 12 : // Example of suppress messages to STDERR 13 1 : ASSERT(SUCCESS == external_call("echo Example message to STDERR that should be suppressed 1>&2",0,STDERR_SUPPRESS)); 14 : 15 1 : RETURN_STATUS; 16 : } |
| Generated by: LCOV version 2.0-1 |