Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move page store test from the integration test into the unit test infrastructure
[simgrid.git] / teshsuite / mc / CMakeLists.txt
index 8e986cf..5c2f3d2 100644 (file)
@@ -2,18 +2,13 @@ cmake_minimum_required(VERSION 2.6)
 
 if(HAVE_MC)
   set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-  add_executable(page_store page_store.cpp)
-  target_link_libraries(page_store simgrid)
 endif()
 
 set(tesh_files
   ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/page_store.tesh
   PARENT_SCOPE
   )
 set(testsuite_src
   ${testsuite_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/page_store.cpp
   PARENT_SCOPE
   )