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