Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add code coverage for simgrid compilation
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 2 Feb 2010 15:22:09 +0000 (15:22 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 2 Feb 2010 15:22:09 +0000 (15:22 +0000)
commitad506f945c2281126c19806c9a062be7a6df407e
tree5a8e4cc0e28d54d1cc2bd05c5687dbf6e75ea0b6
parent49d194e629a53129ce400db9f18d81e7327b3ce9
Add code coverage for simgrid compilation

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7045 48e7efb5-ca39-0410-a469-dd3cf9ba447f
81 files changed:
buildtools/CPACK/CMakeDistrib.txt [deleted file]
buildtools/CPACK/CMakeLists.txt [deleted file]
buildtools/CPACK/CMakeTest.txt [deleted file]
buildtools/CPACK/README
buildtools/CPACK/install_manifest.txt [deleted file]
buildtools/CPACK/prog_test/CTestConfig.cmake [new file with mode: 0644]
buildtools/CPACK/prog_test/prog_AC_CHECK_MCSC.c [moved from buildtools/CPACK/tmp/prog_AC_CHECK_MCSC.c with 100% similarity]
buildtools/CPACK/prog_test/prog_GRAS_ARCH.c [moved from buildtools/CPACK/tmp/prog_GRAS_ARCH.c with 100% similarity]
buildtools/CPACK/prog_test/prog_GRAS_CHECK_STRUCT_COMPACTION.c [moved from buildtools/CPACK/tmp/prog_GRAS_CHECK_STRUCT_COMPACTION.c with 100% similarity]
buildtools/CPACK/prog_test/prog_getline.c [moved from buildtools/CPACK/tmp/prog_getline.c with 100% similarity]
buildtools/CPACK/prog_test/prog_gtnets.cpp [moved from buildtools/CPACK/tmp/prog_gtnets.cpp with 100% similarity]
buildtools/CPACK/prog_test/prog_max_size.c [moved from buildtools/CPACK/tmp/prog_max_size.c with 100% similarity]
buildtools/CPACK/prog_test/prog_mutex_timedlock.c [moved from buildtools/CPACK/tmp/prog_mutex_timedlock.c with 100% similarity]
buildtools/CPACK/prog_test/prog_printf_null.c [moved from buildtools/CPACK/tmp/prog_printf_null.c with 100% similarity]
buildtools/CPACK/prog_test/prog_sem_init.c [moved from buildtools/CPACK/tmp/prog_sem_init.c with 100% similarity]
buildtools/CPACK/prog_test/prog_sem_timedwait.c [moved from buildtools/CPACK/tmp/prog_sem_timedwait.c with 100% similarity]
buildtools/CPACK/prog_test/prog_snprintf.c [moved from buildtools/CPACK/tmp/prog_snprintf.c with 100% similarity]
buildtools/CPACK/prog_test/prog_stackgrowth.c [moved from buildtools/CPACK/tmp/prog_stackgrowth.c with 100% similarity]
buildtools/CPACK/prog_test/prog_stacksetup.c [moved from buildtools/CPACK/tmp/prog_stacksetup.c with 100% similarity]
buildtools/CPACK/prog_test/prog_va_copy.c [moved from buildtools/CPACK/tmp/prog_va_copy.c with 100% similarity]
buildtools/CPACK/prog_test/prog_vsnprintf.c [moved from buildtools/CPACK/tmp/prog_vsnprintf.c with 100% similarity]
buildtools/CPACK/simgrid_CMakeList/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/amok/bandwidth/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/amok/saturate/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/chrono/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/ping/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/properties/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/rpc/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/spawn/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/synchro/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/gras/timer/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/actions/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/masterslave/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/migration/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/parallel_task/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/priority/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/properties/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/sendrecv/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/suspend/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/simdag/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/simdag/dax/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/simdag/metaxml/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/datadesc/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/mxn/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/partask/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/platforms/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/teshsuite/xbt/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/testsuite/simdag/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/testsuite/surf/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/testsuite/xbt/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/tools/gras/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/simgrid_CMakeList/tools/tesh/CMakeLists.txt [new file with mode: 0644]
buildtools/CPACK/src/CMakeCompleteInFiles.txt [moved from buildtools/CPACK/CMakeCompleteInFiles.txt with 88% similarity]
buildtools/CPACK/src/CMakeDefinePackages.txt [moved from buildtools/CPACK/CMakeDefinePackages.txt with 78% similarity]
buildtools/CPACK/src/CMakeDistrib.txt [new file with mode: 0644]
buildtools/CPACK/src/CMakeFiles/CMakeDirectoryInformation.cmake [new file with mode: 0644]
buildtools/CPACK/src/CMakeFiles/progress.marks [new file with mode: 0644]
buildtools/CPACK/src/CMakeMakeExeLib.txt [new file with mode: 0644]
buildtools/CPACK/src/CMakeOption.txt [new file with mode: 0644]
buildtools/CPACK/src/CMakePrintArgs.txt [new file with mode: 0644]
buildtools/CPACK/src/CMakeTest.txt [new file with mode: 0644]
buildtools/CPACK/src/CTestConfig.cmake [new file with mode: 0644]
buildtools/CPACK/src/CTestTestfile.cmake [new file with mode: 0644]
buildtools/CPACK/src/cmake_install.cmake [new file with mode: 0644]
buildtools/CPACK/src/gras_config.h.in [moved from buildtools/CPACK/tmp/test_gras_config.h.in with 98% similarity]
buildtools/CPACK/src/smpicc.in [new file with mode: 0644]
buildtools/CPACK/src/smpirun.in [new file with mode: 0755]
buildtools/CPACK/src/tmp_gras_config.h.in [new file with mode: 0644]
buildtools/CPACK/test_java.sh [new file with mode: 0755]