Skip to content

Commit

Permalink
Restore matrix tests
Browse files Browse the repository at this point in the history
Matrix tests have been disabled in SLL by mistake.

See merge request gysela-developpers/gyselalibxx!440

--------------------------------------------
  • Loading branch information
EmilyBourne committed Apr 4, 2024
1 parent 77bec8b commit 67b2762
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vendor/sll/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ target_link_libraries(bsplines_tests_sll

gtest_discover_tests(bsplines_tests_sll)

add_executable(matrix_tests_sll
main.cpp
matrix.cpp
)
target_compile_features(matrix_tests_sll PUBLIC cxx_std_17)
target_link_libraries(matrix_tests_sll
PUBLIC
GTest::gtest
sll::SLL
)
gtest_discover_tests(matrix_tests_sll)

add_executable(bernstein_tests_sll
main.cpp
bernstein.cpp
Expand Down

0 comments on commit 67b2762

Please sign in to comment.