22 #ifndef __TESTHELPER_HXX__
23 #define __TESTHELPER_HXX__
40 static std::string * smesh_root_dir;
41 if ( smesh_root_dir == NULL ) {
43 if ( SMESH_ROOT_DIR == NULL ) {
44 smesh_root_dir =
new std::string(
"<path_undefined>");
47 smesh_root_dir =
new std::string(SMESH_ROOT_DIR);
50 return *smesh_root_dir;
54 static std::string
PADDEREXE_RPATH(
"/share/salome/resources/smesh/padderexe");
62 const char * cmd =
"/usr/bin/ssh claui2p1 -l boulant 'cd /tmp && ./runCommand_padder_Mon_Feb_28_14_28_36_2011.sh'";
63 int result = system(cmd);
67 #endif // __TESTHELPER_HXX__