Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still messing around with cmake
[simgrid.git] / teshsuite / xbt / mmalloc / CMakeLists.txt
diff --git a/teshsuite/xbt/mmalloc/CMakeLists.txt b/teshsuite/xbt/mmalloc/CMakeLists.txt
deleted file mode 100644 (file)
index 12ef3cd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-if(HAVE_MMALLOC)
-  add_executable(mmalloc_test mmalloc_test.c)
-  target_link_libraries(mmalloc_test simgrid)
-endif()
-
-set(tesh_files
-  ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/mmalloc_64.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/mmalloc_32.tesh
-  PARENT_SCOPE)
-set(teshsuite_src
-  ${teshsuite_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/mmalloc_test.c
-  PARENT_SCOPE)