add_executable (mallocator mallocator_test.c) target_link_libraries(mallocator simgrid) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/mallocator.tesh PARENT_SCOPE) set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/mallocator_test.c PARENT_SCOPE)