Skip to content

Commit

Permalink
Add templated tests for several classes.
Browse files Browse the repository at this point in the history
+ All non matrix, solver or preconditioner templated classes of reference and
omp should be covered.
+ Several core utils and base classes are covered.
  • Loading branch information
tcojean committed Mar 4, 2020
1 parent a752469 commit 7658fa8
Show file tree
Hide file tree
Showing 17 changed files with 666 additions and 451 deletions.
2 changes: 1 addition & 1 deletion cmake/CTestScript.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}" APPEND)
ctest_submit(PARTS Build)


if (CTEST_MEMORYCHECK_TYPE STREQUAL "None" OR CTEST_MEMORYCHECK_TYPE STREQUAL "COVERAGE")
if (CTEST_MEMORYCHECK_TYPE STREQUAL "None")
ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" APPEND)
ctest_submit(PARTS Test)
endif()
Expand Down
1 change: 1 addition & 0 deletions core/log/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ constexpr Logger::mask_type Logger::criterion_check_completed_mask;

constexpr Logger::mask_type Logger::iteration_complete_mask;


} // namespace log
} // namespace gko
Loading

0 comments on commit 7658fa8

Please sign in to comment.