| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "sute.h" 2 : 3 1 : Return clean(void) 4 : { 5 1 : INITTEST; 6 : 7 : // Clear up all temporary files 8 1 : status = external_call("rm -rf ${TMPDIR};",COMPLETED,ALLOW_BOTH); 9 : 10 1 : if(SUCCESS == status) 11 : { 12 1 : echo(EXTEND,"finished"); 13 : } 14 : 15 1 : return(status); 16 : } |
| Generated by: LCOV version 2.0-1 |