Version: 9.12.0
testhelper.hxx File Reference
#include <stdlib.h>
#include <unistd.h>
#include <string>
Include dependency graph for testhelper.hxx:

Go to the source code of this file.

Functions

static std::string SMESH_ROOT_DIR ()
 This function returns the module SMESH installation root directory as a string. More...
 
static std::string PADDEREXE_RPATH ("/share/salome/resources/smesh/padderexe")
 Relative path of the directory containing data and exe for tests. More...
 
static std::string PADDEREXE_APATH (SMESH_ROOT_DIR()+PADDEREXE_RPATH)
 Absolute path of the directory containing data and exe for tests. More...
 
static std::string PADDEREXE_SCRIPT_FILENAME (PADDEREXE_APATH+"/padder.sh")
 Absolute path of the exe shell script for tests. More...
 
static int testssh_using_system ()
 

Function Documentation

◆ PADDEREXE_APATH()

static std::string PADDEREXE_APATH ( SMESH_ROOT_DIR()+  PADDEREXE_RPATH)
static

Absolute path of the directory containing data and exe for tests.

◆ PADDEREXE_RPATH()

static std::string PADDEREXE_RPATH ( "/share/salome/resources/smesh/padderexe"  )
static

Relative path of the directory containing data and exe for tests.

◆ PADDEREXE_SCRIPT_FILENAME()

static std::string PADDEREXE_SCRIPT_FILENAME ( PADDEREXE_APATH+"/padder.sh"  )
static

Absolute path of the exe shell script for tests.

◆ SMESH_ROOT_DIR()

static std::string SMESH_ROOT_DIR ( )
static

This function returns the module SMESH installation root directory as a string.

◆ testssh_using_system()

static int testssh_using_system ( )
static