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 088e8f3..2bd3106 100644 (file)
@@ -72,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
@@ -80,6 +81,10 @@ 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
@@ -88,5 +93,9 @@ set(bin_files
   )
 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
   )