#include <stdlib.h>
#include <unistd.h>
#include <string>
Go to the source code of this file.
  
  
      
        
          | static std::string PADDEREXE_APATH  | 
          ( | 
          SMESH_ROOT_DIR()+  | 
          PADDEREXE_RPATH | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Absolute path of the directory containing data and exe for tests. 
 
 
  
  
      
        
          | static std::string PADDEREXE_RPATH  | 
          ( | 
          "/share/salome/resources/smesh/padderexe"  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Relative path of the directory containing data and exe for tests. 
 
 
  
  
      
        
          | static std::string PADDEREXE_SCRIPT_FILENAME  | 
          ( | 
          PADDEREXE_APATH+"/padder.sh"  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Absolute path of the exe shell script for tests. 
 
 
  
  
      
        
          | static std::string SMESH_ROOT_DIR  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
This function returns the module SMESH installation root directory as a string. 
 
 
  
  
      
        
          | static int testssh_using_system  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   |