X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fdb00db083af84f44f82e6dfd98140a4b1c08c22..19676e284575c2ab70cc36622fdf1837a513ba27:/teshsuite/smpi/mpich-test/CMakeLists.txt diff --git a/teshsuite/smpi/mpich-test/CMakeLists.txt b/teshsuite/smpi/mpich-test/CMakeLists.txt index f5c12a7742..da0de8a8e9 100644 --- a/teshsuite/smpi/mpich-test/CMakeLists.txt +++ b/teshsuite/smpi/mpich-test/CMakeLists.txt @@ -1,5 +1,6 @@ set(tesh_files ${tesh_files} + PARENT_SCOPE ) set(xml_files @@ -15,45 +16,11 @@ set(bin_files PARENT_SCOPE ) -set(stdo_std_smpi - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/context/attrt.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/context/attrerr.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/context/context.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/context/commnames.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/self.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/sndrcvrep.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/waitany.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/reqcreate.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/persistent.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/allpair2.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/typeub3.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/waitall.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/nullproc2.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/allpair.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/hindexed.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/ssendtest2.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/sendmany.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/nullproc.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/nbtest.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/sendcplx.stdo - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/hvec.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/typebase.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/typeub2.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/structf.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/typecreate.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/pt2pt/nblock.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/topol/cartmap.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/topol/graphtest.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/topol/cartf.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/env/aborttest.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/env/errstringsf.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/env/env.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/profile/ptest.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/coll/allredmany.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/coll/allred.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/coll/allredf.std - ${CMAKE_CURRENT_SOURCE_DIR}/mpich-test/coll/scatterv.std -) +#set(stdo_std_smpi +# ${CMAKE_CURRENT_SOURCE_DIR}/topol/cartmap.std +# ${CMAKE_CURRENT_SOURCE_DIR}/topol/graphtest.std +# ${CMAKE_CURRENT_SOURCE_DIR}/topol/cartf.std +#) if("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_HOME_DIRECTORY}") else() @@ -67,6 +34,6 @@ endif() set(txt_files ${txt_files} - ${stdo_std_smpi} - PARENT_SCOPE - ) + ${CMAKE_CURRENT_SOURCE_DIR}/README + ${CMAKE_CURRENT_SOURCE_DIR}/runbase + PARENT_SCOPE)