Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a CMakeCustom.cmake file, which is automatically used by ctest to handle custom...
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 30 Oct 2012 10:20:22 +0000 (11:20 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 30 Oct 2012 14:42:07 +0000 (15:42 +0100)
commite6cd8a4a4a00204bf0a08b463a71a9ef99d48c01
tree36e680ca9d80de32c29de07a0b619fc1a14a820b
parent00e8a1750ad5c45853bcbe78e2ef39c44eb5db9f
add a CMakeCustom.cmake file, which is automatically used by ctest to handle custom commands. these were inside CtestPipol.cmake, and were ignored (see kitware.com/blog/home/post/27 for details about why they force this file). The coverage has dropped in the cdash, due to the fact that we now calculate the coverage based on simgrid files only, not on test files ..
CMakeLists.txt
buildtools/Cmake/CTestCustom.cmake [new file with mode: 0644]
buildtools/pipol/CtestPipol.cmake