gstreamer_core/tsrc/examples/adapter/src/adapter_test.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    37 static gint ticks_per_sec;
    37 static gint ticks_per_sec;
    38 
    38 
    39 
    39 
    40 void create_xml(int result)
    40 void create_xml(int result)
    41 {
    41 {
    42 
       
    43     if(result)
    42     if(result)
    44     {
       
    45         assert_failed = 1;
    43         assert_failed = 1;
    46     } 
    44     
    47 
       
    48     testResultXml(xmlfile);
    45     testResultXml(xmlfile);
    49     close_log_file();
    46     close_log_file();
    50 
       
    51     if(result)
       
    52     {
       
    53         exit (-1);
       
    54     }    
       
    55 
       
    56 }
    47 }
    57 
    48 
    58 static void
    49 static void
    59 run_test_take (struct TestParams *params)
    50 run_test_take (struct TestParams *params)
    60 {
    51 {