gstreamer_core/tsrc/check/libs/libsabi/src/libsabi.c
changeset 16 8e837d1bf446
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    96 
    96 
    97 //char* xmlfile = "libsabi";
    97 //char* xmlfile = "libsabi";
    98 
    98 
    99 void create_xml(int result)
    99 void create_xml(int result)
   100 {
   100 {
       
   101 
   101     if(result)
   102     if(result)
       
   103     {
   102         assert_failed = 1;
   104         assert_failed = 1;
   103     
   105     } 
       
   106 
   104     testResultXml(xmlfile);
   107     testResultXml(xmlfile);
   105     close_log_file();
   108     close_log_file();
       
   109 
       
   110     if(result)
       
   111     {
       
   112         exit (-1);
       
   113     }    
       
   114 
   106 }
   115 }
   107 
   116 
   108 void test_ABI()
   117 void test_ABI()
   109 {
   118 {
   110   xmlfile = "test_ABI";
   119   xmlfile = "test_ABI";