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 / env / CMakeLists.txt
index 4395eb6..2bd3106 100644 (file)
@@ -61,7 +61,6 @@ endif()
 
 set(tesh_files
   ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/env.tesh
   PARENT_SCOPE
   )
 set(xml_files
@@ -73,6 +72,7 @@ set(examples_src
   ${CMAKE_CURRENT_SOURCE_DIR}/test.c
   ${CMAKE_CURRENT_SOURCE_DIR}/init.c
   ${CMAKE_CURRENT_SOURCE_DIR}/timers.c
+  ${CMAKE_CURRENT_SOURCE_DIR}/timertest.c
   ${CMAKE_CURRENT_SOURCE_DIR}/baseattr.c
   ${CMAKE_CURRENT_SOURCE_DIR}/gtime.c
   ${CMAKE_CURRENT_SOURCE_DIR}/errhand.c
@@ -81,14 +81,21 @@ set(examples_src
   ${CMAKE_CURRENT_SOURCE_DIR}/testerr.c
   ${CMAKE_CURRENT_SOURCE_DIR}/getproc.c
   ${CMAKE_CURRENT_SOURCE_DIR}/test.h
+  ${CMAKE_CURRENT_SOURCE_DIR}/baseattrf.f
+  ${CMAKE_CURRENT_SOURCE_DIR}/errhandf.f
+  ${CMAKE_CURRENT_SOURCE_DIR}/errstringsf.f
+  ${CMAKE_CURRENT_SOURCE_DIR}/getprocf.f
   PARENT_SCOPE
   )
 set(bin_files
   ${bin_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/../hostfile
   PARENT_SCOPE
   )
 set(txt_files
   ${txt_files}
+  ${CMAKE_CURRENT_SOURCE_DIR}/runtests
+  ${CMAKE_CURRENT_SOURCE_DIR}/aborttest.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/errstringsf.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/env.std
   PARENT_SCOPE
   )