Skip to content

Commit

Permalink
Fix CMake logic to disable slow test
Browse files Browse the repository at this point in the history
based on feedback from
trilinos/Trilinos#2452
  • Loading branch information
ibaned committed Mar 26, 2018
1 parent 125d11d commit 8dd54a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@ IF (Kokkos_ENABLE_Serial)

APPEND_GLOB(SERIAL_BLAS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/serial/Test_Serial_Blas*.cpp)

IF ("NIGHTLY" IN_LIST ${PROJECT_NAME}_TEST_CATEGORIES)
IF (KOKKOS_ENABLE_DEBUG)
SET(DISABLE_SLOW_DGEMM_DOUBLE_TEST "--gtest_filter=-serial.gemm_double")
ENDIF()
IF (KOKKOS_ENABLE_DEBUG)
SET(DISABLE_SLOW_DGEMM_DOUBLE_TEST "--gtest_filter=-serial.gemm_double")
ENDIF()

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand Down

0 comments on commit 8dd54a9

Please sign in to comment.