Skip to content

Commit

Permalink
Fix lingering selection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Sep 20, 2019
1 parent dea44a5 commit 6e3efb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testing/adios2/interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ gtest_add_tests_helper(Interface ${test_mpi} ADIOS Interface. "")
gtest_add_tests_helper(Write ${test_mpi} ADIOSInterface Interface. "")
gtest_add_tests_helper(DefineVariable ${test_mpi} ADIOS Interface. "")
gtest_add_tests_helper(DefineAttribute ${test_mpi} ADIOS Interface. "")
gtest_add_tests_helper(Selection ${test_mpi} ADIOS Interface. "")
if(ADIOS2_HAVE_MPI)
gtest_add_tests_helper(Selection NOEXEC ADIOS Interface. "")
else()
gtest_add_tests_helper(Selection FALSE ADIOS Interface. "")
endif()
gtest_add_tests_helper(NoMpi FALSE ADIOS Interface. "")

0 comments on commit 6e3efb9

Please sign in to comment.