10 lines
261 B
CMake
10 lines
261 B
CMake
if(NOT Kokkos_INSTALL_TESTING)
|
|
add_subdirectory(src)
|
|
endif()
|
|
|
|
# FIXME_OPENACC: temporarily disabled due to unimplemented features
|
|
if(NOT KOKKOS_ENABLE_OPENACC)
|
|
kokkos_add_test_directories(unit_tests)
|
|
kokkos_add_test_directories(performance_tests)
|
|
endif()
|