X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4ed74ca6d4a744d2956a4f2906c897e1886cefd..92c65cc223cd8df3ea52969b45d75ec7d5de89ef:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 7bd63decff..da12dcde4a 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -124,8 +124,6 @@ set(EXTRA_DIST src/xbt/probes.h src/xbt/setset_private.h src/xbt/win32_ucontext.c - tools/tesh/run_context.h - tools/tesh/tesh.h tools/tesh/generate_tesh examples/smpi/mc/only_send_deterministic.tesh examples/smpi/mc/non_deterministic.tesh @@ -603,6 +601,19 @@ set(MC_SRC_BASE set(MC_SRC src/mc/AddressSpace.hpp src/mc/AddressSpace.cpp + src/mc/Frame.hpp + src/mc/ModelChecker.hpp + src/mc/ModelChecker.cpp + src/mc/ObjectInformation.hpp + src/mc/ObjectInformation.cpp + src/mc/PageStore.hpp + src/mc/PageStore.cpp + src/mc/RegionSnapshot.cpp + src/mc/RegionSnapshot.hpp + src/mc/Type.hpp + src/mc/Variable.cpp + src/mc/Variable.hpp + src/mc/mc_forward.h src/mc/mc_forward.hpp src/mc/mc_process.h @@ -611,17 +622,10 @@ set(MC_SRC src/mc/mc_unw.cpp src/mc/mc_unw_vmread.cpp src/mc/mc_mmalloc.h - src/mc/ModelChecker.hpp - src/mc/ModelChecker.cpp src/mc/mc_object_info.h - src/mc/mc_object_info.cpp src/mc/mc_checkpoint.cpp src/mc/mc_snapshot.h src/mc/mc_snapshot.cpp - src/mc/RegionSnapshot.cpp - src/mc/RegionSnapshot.hpp - src/mc/PageStore.hpp - src/mc/PageStore.cpp src/mc/mc_page_snapshot.cpp src/mc/mc_comm_pattern.h src/mc/mc_comm_pattern.cpp @@ -1218,7 +1222,6 @@ set(CMAKE_SOURCE_FILES buildtools/Cmake/Scripts/my_valgrind.pl buildtools/Cmake/Scripts/postinstall.sh buildtools/Cmake/Scripts/preinstall.sh - buildtools/Cmake/Scripts/tesh.pl buildtools/Cmake/Scripts/update_tesh.pl buildtools/Cmake/UnitTesting.cmake buildtools/Cmake/src/internal_config.h.in @@ -1260,14 +1263,10 @@ set(PLATFORMS_EXAMPLES examples/platforms/conf/transform_optorsim_platform.pl examples/platforms/config.xml examples/platforms/config_tracing.xml - examples/platforms/content/small_content.txt - examples/platforms/content/storage_content.txt - examples/platforms/content/win_storage_content.txt examples/platforms/trace/trace_A_failure.txt examples/platforms/trace/trace_A.txt examples/platforms/trace/trace_B.txt examples/platforms/data_center.xml - examples/platforms/deployment_remote_io.xml examples/platforms/energy_platform.xml examples/platforms/fat_tree_cluster.xml examples/platforms/g5k.xml @@ -1280,9 +1279,13 @@ set(PLATFORMS_EXAMPLES examples/platforms/multicore_machine.xml examples/platforms/platform.xml examples/platforms/prop.xml - examples/platforms/remote_io.xml examples/platforms/routing_cluster.xml - examples/platforms/storage.xml + examples/platforms/storage/content/small_content.txt + examples/platforms/storage/content/storage_content.txt + examples/platforms/storage/content/win_storage_content.txt + examples/platforms/storage/remote_io.deployment.xml + examples/platforms/storage/remote_io.xml + examples/platforms/storage/storage.xml examples/platforms/small_platform.xml examples/platforms/small_platform_fatpipe.xml examples/platforms/small_platform_one_link_routes.xml