From c6073dee0113f72a3b50e39696e4ad6a06b6cfea Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 14 Apr 2019 19:10:06 +0200 Subject: [PATCH] don't compile non working and non compiling test --- teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt index ca7d9f6bc9..5aa5cf9cda 100644 --- a/teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt @@ -8,8 +8,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - foreach(test allpairf90 greqf90 - # mprobef90 + foreach(test allpairf90 + # mprobef90 greqf90 statusesf90) add_executable(${test} EXCLUDE_FROM_ALL ${test}.f90) add_dependencies(tests ${test}) -- 2.20.1