X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd1d8acdec3f70b71f6153c2205df3f16a57627d..ce37f6e9d775bdc13c270e14490c156c1f95f71f:/teshsuite/smpi/CMakeLists.txt diff --git a/teshsuite/smpi/CMakeLists.txt b/teshsuite/smpi/CMakeLists.txt index 6e2339fb1b..e24465cf88 100644 --- a/teshsuite/smpi/CMakeLists.txt +++ b/teshsuite/smpi/CMakeLists.txt @@ -37,6 +37,7 @@ if(enable_smpi) add_executable(hvector_test hvector_test.c) add_executable(indexed_test indexed_test.c) add_executable(struct_test struct_test.c) + add_executable(dsend dsend.c) target_link_libraries(gather_coll simgrid) target_link_libraries(allgather_coll simgrid) @@ -65,13 +66,11 @@ if(enable_smpi) target_link_libraries(hvector_test simgrid) target_link_libraries(indexed_test simgrid) target_link_libraries(struct_test simgrid) + target_link_libraries(dsend simgrid) set_target_properties(smpi_sendrecv PROPERTIES RENAME sendrecv) if(NOT WIN32) - add_executable(dsend dsend.c) - target_link_libraries(dsend m simgrid) - add_executable(shared shared.c) target_link_libraries(shared simgrid) endif() @@ -102,6 +101,7 @@ set(tesh_files ${CMAKE_CURRENT_SOURCE_DIR}/reduce_scatter_coll.tesh ${CMAKE_CURRENT_SOURCE_DIR}/struct.tesh ${CMAKE_CURRENT_SOURCE_DIR}/vector.tesh + ${CMAKE_CURRENT_SOURCE_DIR}/TI_output.tesh PARENT_SCOPE ) set(xml_files