]> Creatis software - creaToolsTools.git/blobdiff - ctest/README.txt
fix
[creaToolsTools.git] / ctest / README.txt
index 8b446080f47aeb95cb9e9a8132980e60b65b8358..d788f87912c335f0ee9f72c2c8c9a6fd19c54dfd 100644 (file)
@@ -12,7 +12,8 @@ of the 'creatools', test it and submit results to creatis dashboard.
    in your ctest file (see below)
 
 2) Copy the ctest file corresponding to your os in the test dir,
    in your ctest file (see below)
 
 2) Copy the ctest file corresponding to your os in the test dir,
-   e.g. copy 'creatools-linux.ctest' if you are on a linux platform.
+   e.g. copy 'creatools-linux-osx.ctest' if you are on a linux 
+   or on a mac osx platform.
 
 3) Edit the copied file and make the necessary changes inside 
    following the comments therein. 
 
 3) Edit the copied file and make the necessary changes inside 
    following the comments therein. 
@@ -33,7 +34,7 @@ of the 'creatools', test it and submit results to creatis dashboard.
 5) To run a test, type in test dir:
    'ctest -S creatools-OS.ctest,PROJECTNAME' [-V|-VV]
    Where : * 'creatools-OS.ctest' is the name of your customized ctest file,
 5) To run a test, type in test dir:
    'ctest -S creatools-OS.ctest,PROJECTNAME' [-V|-VV]
    Where : * 'creatools-OS.ctest' is the name of your customized ctest file,
-          (OS is your OS type)
+          (e.g. creatools-linux-osx.ctest)
           * PROJECTNAME is the name of the project to build and test
           (e.g. crea, bbtk, ...)
           * add -V or -VV tu run in verbose or extra-verbose mode
           * PROJECTNAME is the name of the project to build and test
           (e.g. crea, bbtk, ...)
           * add -V or -VV tu run in verbose or extra-verbose mode
@@ -53,6 +54,8 @@ A consistent build order is:
 - creaMaracasVisu (depends on crea, bbtk)
 - creaContours (depends on crea, bbtk, creaImageIO, creaEnvironment, creaMaracasVisu)
 
 - creaMaracasVisu (depends on crea, bbtk)
 - creaContours (depends on crea, bbtk, creaImageIO, creaEnvironment, creaMaracasVisu)
 
+On linux or osx, see the bash script ctest-all-creatools.sh
+
 ----------------
 REM: To schedule automatic build, see :
   http://www.vtk.org/Wiki/CMake_Scripting_Of_CTest
 ----------------
 REM: To schedule automatic build, see :
   http://www.vtk.org/Wiki/CMake_Scripting_Of_CTest