Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start to replace old simdag tests of the ptask_L07 model
[simgrid.git] / teshsuite / simdag / CMakeLists.txt
index 485c68e..e7fc0e2 100644 (file)
@@ -1,6 +1,6 @@
 foreach(x availability basic0 basic1 basic3 basic4 basic5 basic6 basic-parsing-test
-          comm-mxn-all2all comm-mxn-independent comm-mxn-scatter comm-p2p-latency-1
-          comm-p2p-latency-2 comm-p2p-latency-3 comm-p2p-latency-bound comp-only-par comp-only-seq incomplete)
+          comm-mxn-all2all comm-mxn-independent comm-mxn-scatter
+          comm-p2p-latency-bound incomplete)
   add_executable       (${x}  EXCLUDE_FROM_ALL ${x}/${x}.c)
   target_link_libraries(${x}  simgrid)
   set_target_properties(${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})