From 41ed3fe2b45c3860665301ae8803fe5cdcf8f53f Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 18 Mar 2016 22:40:56 +0100 Subject: [PATCH] try to fix mmalloc test on MC --- teshsuite/xbt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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() -- 2.20.1