gstreamer_core/tsrc/check/gst/gstinterface/src/gstinterface.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    25 #include "std_log_result.h" 
    25 #include "std_log_result.h" 
    26 #define LOG_FILENAME_LINE __FILE__, __LINE__
    26 #define LOG_FILENAME_LINE __FILE__, __LINE__
    27 
    27 
    28 void create_xml(int result)
    28 void create_xml(int result)
    29 {
    29 {
    30 
       
    31     if(result)
    30     if(result)
    32     {
       
    33         assert_failed = 1;
    31         assert_failed = 1;
    34     } 
    32     
    35 
       
    36     testResultXml(xmlfile);
    33     testResultXml(xmlfile);
    37     close_log_file();
    34     close_log_file();
    38 
       
    39     if(result)
       
    40     {
       
    41         exit (-1);
       
    42     }    
       
    43 
       
    44 }
    35 }
    45 
    36 
    46 
    37 
    47 #include <gst/check/gstcheck.h>
    38 #include <gst/check/gstcheck.h>
    48 
    39