LCOV - code coverage report
Current view: top level - tests/src - clean.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 6 6
Test Date: 2026-01-12 05:34:38 Functions: 100.0 % 1 1

            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