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 / context / CMakeLists.txt
index e9f1327..86f4b0a 100644 (file)
@@ -22,7 +22,7 @@ if(enable_smpi)
   if(SMPI_F2C)
   #add_executable(attrtest_f attrtest.f)
   #add_executable(commnames_f commnamesf.f)
-  endif(SMPI_F2C)
+  endif()
 
   target_link_libraries(attrerr m simgrid smpi )
  # target_link_libraries(attrt m simgrid smpi )
@@ -37,7 +37,7 @@ if(enable_smpi)
   if(SMPI_F2C)
   #target_link_libraries(attrtest_f m simgrid smpi f2c)
   #target_link_libraries(commnames_f m simgrid smpi f2c)
-  endif(SMPI_F2C)
+  endif()
   
   set_target_properties(attrerr PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}")
  # set_target_properties(attrt PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}")
@@ -53,13 +53,12 @@ if(enable_smpi)
    if(SMPI_F2C)
   #set_target_properties(commnames_f PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}" )
   #set_target_properties(attrtest_f PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}"  )
-  endif(SMPI_F2C)
+  endif()
 
-endif(enable_smpi)
+endif()
 
 set(tesh_files
   ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/context.tesh
   PARENT_SCOPE
   )
 set(xml_files
@@ -85,10 +84,14 @@ set(examples_src
   )
 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}/attrt.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/attrerr.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/context.std
+  ${CMAKE_CURRENT_SOURCE_DIR}/commnames.std
   PARENT_SCOPE
   )