Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bunch of files missing from the archive, breaking the tests
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / CMakeLists.txt
index 93e347a..1572fbf 100644 (file)
@@ -289,7 +289,6 @@ endif()
 
 set(tesh_files
   ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/coll.tesh
   PARENT_SCOPE
   )
 set(xml_files
@@ -298,6 +297,10 @@ set(xml_files
   )
 set(examples_src
   ${examples_src}
+  ${CMAKE_CURRENT_SOURCE_DIR}/gcomm.c
+  ${CMAKE_CURRENT_SOURCE_DIR}/gcomm.h
+  ${CMAKE_CURRENT_SOURCE_DIR}/dtypes.c
+  ${CMAKE_CURRENT_SOURCE_DIR}/dtypes.h
   ${CMAKE_CURRENT_SOURCE_DIR}/overtake.c
   ${CMAKE_CURRENT_SOURCE_DIR}/bsendtest.c
   ${CMAKE_CURRENT_SOURCE_DIR}/relrank.c
@@ -356,7 +359,7 @@ set(examples_src
   ${CMAKE_CURRENT_SOURCE_DIR}/order.c
   ${CMAKE_CURRENT_SOURCE_DIR}/pack.c
   ${CMAKE_CURRENT_SOURCE_DIR}/probe1.c
-  ${CMAKE_CURRENT_SOURCE_DIR}/testtest1 .c
+  ${CMAKE_CURRENT_SOURCE_DIR}/testtest1.c
   ${CMAKE_CURRENT_SOURCE_DIR}/hvectest.c
   ${CMAKE_CURRENT_SOURCE_DIR}/hvectest2.c
   ${CMAKE_CURRENT_SOURCE_DIR}/hvec.c
@@ -394,10 +397,33 @@ set(examples_src
   )
 set(bin_files
   ${bin_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/../hostfile
   PARENT_SCOPE
   )
 set(txt_files
   ${txt_files}
-  PARENT_SCOPE
+  ${CMAKE_CURRENT_SOURCE_DIR}/runtests
+  ${CMAKE_CURRENT_SOURCE_DIR}/self.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/sndrcvrep.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/waitany.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/reqcreate.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/persistent.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/allpair2.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/typeub3.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/waitall.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/nullproc2.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/allpair.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/hindexed.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/ssendtest2.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/sendmany.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/nullproc.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/nbtest.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/sendcplx.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/hvec.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/typebase.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/typeub2.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/structf.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/typecreate.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/nblock.std
+
+PARENT_SCOPE
   )