From: Frederic Suter Date: Fri, 18 Mar 2016 21:40:56 +0000 (+0100) Subject: try to fix mmalloc test on MC X-Git-Tag: v3_13~374 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41ed3fe2b45c3860665301ae8803fe5cdcf8f53f try to fix mmalloc test on MC --- diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index 99642cdfc2..15aac9f0df 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -18,6 +18,7 @@ endif() if(HAVE_MMALLOC) add_executable (mmalloc_test ${CMAKE_CURRENT_SOURCE_DIR}/mmalloc/mmalloc_test.c) target_link_libraries(mmalloc_test simgrid) + set_target_properties(mmalloc_test PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/mmalloc) if(${ARCH_32_BITS}) ADD_TESH(tesh-xbt-mmalloc-32 --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/xbt/mmalloc --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/mmalloc mmalloc_32.tesh) else()