Skip to content

Commit

Permalink
Don't run selection tests on Windows (where we default to BP4).
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Apr 24, 2023
1 parent 321efe4 commit aeed4f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testing/adios2/interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ gtest_add_tests_helper(DefineVariable MPI_ALLOW ADIOS Interface. "")
gtest_add_tests_helper(DefineAttribute MPI_ALLOW ADIOS Interface. "")
gtest_add_tests_helper(Selection MPI_NONE ADIOS Interface. .BP3
WORKING_DIRECTORY ${BP3_DIR} EXTRA_ARGS "BP3")
gtest_add_tests_helper(Selection MPI_NONE ADIOS Interface. .BPfile
WORKING_DIRECTORY ${BPfile_DIR} EXTRA_ARGS "BPfile")
# Some selection only supported by BP3 and BP5. BPfile might default to BP4, so don't run
if(ADIOS2_HAVE_BP5)
gtest_add_tests_helper(Selection MPI_NONE ADIOS Interface. .BPfile
WORKING_DIRECTORY ${BPfile_DIR} EXTRA_ARGS "BPfile")
endif()
gtest_add_tests_helper(NoMpi MPI_NONE ADIOS Interface. "")

0 comments on commit aeed4f6

Please sign in to comment.