]> Creatis software - creaToolsTools.git/blobdiff - ctest/README.txt
Cosmetics
[creaToolsTools.git] / ctest / README.txt
index 3c6697c4716da33094d3ef7abf9e30d22a94f6de..be5eb6f96be73fe76be72d0f1ca87a91b6bf6c6d 100644 (file)
@@ -22,7 +22,7 @@ of the 'creatools', test it and submit results to creatis dashboard.
    your system/install specific options (libraries paths, options, build type, ...)
    c) Copy the file 'CMakeCache.txt' from the build tree to your testing directory
     (where you will run ctest, usually the same than CTEST_DASHBOARD_ROOT), 
-    giving it a meaningfull name 
+    and rename it with a meaningfull name like :
     (PROJECT-BUILDTYPE-CMakeCache.txt, e.g. crea-debug-CMakeCache.txt)
    d) Edit the copied file and comment out (type an initial #) all lines which
     make explicit reference to the build directory 
@@ -37,12 +37,10 @@ of the 'creatools', test it and submit results to creatis dashboard.
  #//Start directory with the top level CMakeLists.txt file for this
  #// project
  #CMAKE_HOME_DIRECTORY:INTERNAL=/home/guigues/coding/CreaTools/crea
-
-   
+  
 2) Copy in CTEST_DASHBOARD_ROOT the right ctest file to another filename, 
    e.g. copy 'crea-linux.ctest' to 'crea-mymachine-debug.ctest'
    
-
 3) Edit the new file and set :
    * The architecture description, typically os+compiler with versions
       e.g. fc9-gcc4.3.0, win32-vs8, etc.