Skip to content

Commit

Permalink
Ifpack2: disabling tests causing build errors with extended
Browse files Browse the repository at this point in the history
scalar types (see issue #9280).
  • Loading branch information
Irina Tezaur committed Jun 16, 2021
1 parent 165f94d commit 4684373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ifpack2/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TRIBITS_ADD_TEST_DIRECTORIES(belos)
TRIBITS_ADD_TEST_DIRECTORIES(unit_tests)
IF ((NOT Tpetra_INST_LONG_DOUBLE) AND (NOT Tpetra_ENABLE_quadmath))
TRIBITS_ADD_TEST_DIRECTORIES(unit_tests)
ENDIF()
TRIBITS_ADD_TEST_DIRECTORIES(vanka)

0 comments on commit 4684373

Please sign in to comment.