Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix mmalloc test on MC
[simgrid.git] / teshsuite / xbt / CMakeLists.txt
index 99642cd..15aac9f 100644 (file)
@@ -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()