Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reimplement this test in cpp to use standard threads
[simgrid.git] / teshsuite / xbt / CMakeLists.txt
index e59f345..0422f25 100644 (file)
@@ -1,4 +1,4 @@
-foreach(x cmdline log_large log_usage mallocator parallel_log_crashtest)
+foreach(x cmdline log_large log_usage mallocator)
   add_executable       (${x}  ${x}/${x}.c)
   target_link_libraries(${x}  simgrid)
   set_target_properties(${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})
@@ -7,7 +7,7 @@ foreach(x cmdline log_large log_usage mallocator parallel_log_crashtest)
   set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.c)
 endforeach()
 
-foreach(x parmap_bench parmap_test)
+foreach(x parallel_log_crashtest parmap_bench parmap_test)
   add_executable       (${x}  ${x}/${x}.cpp)
   target_link_libraries(${x}  simgrid)
   set_target_properties(${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})