]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
CMake:
authormpa <mpa@opencascade.com>
Mon, 11 Nov 2013 08:07:57 +0000 (08:07 +0000)
committermpa <mpa@opencascade.com>
Mon, 11 Nov 2013 08:07:57 +0000 (08:07 +0000)
- Edit a file path in accordance with the new build system

src/runtime/Test/runtimeTest.sh
src/runtime/Test/standaloneTest.sh

index 502068cf39850f508a54e7721293292e5e8f7a58..9f3ed7be9904f81a72a4df54d61d171655588bd0 100644 (file)
@@ -49,7 +49,7 @@ pidecho=$!
 echo $pidecho
 
 mkdir -p lib/salome
-cp .libs/libTestComponentLocal.so lib/salome
+cp libTestComponentLocal.so lib/salome
 export TESTCOMPONENT_ROOT_DIR=`pwd`
 
 #wait enough time to let runtimeTestEchoSrv start and register
index 1763e79e7139e78f6ab63479531f30115d5cce5b..8c6330f3b30e7af79f7e7c7db1b835fb79b5641e 100755 (executable)
@@ -51,7 +51,7 @@ pidecho=$!
 echo $pidecho
 
 export PYTHONPATH=${BASEREP}:${PYTHONPATH}
-./.libs/TestStandAlone
+./TestStandAlone
 ret=$?
 # 
 # kill -9 $pidecho $pidomni