Skip to content

Commit

Permalink
Restore two SLL tests disabled by mistake (gauss-legendre & view)
Browse files Browse the repository at this point in the history
Closes #215

See merge request gysela-developpers/gyselalibxx!460

--------------------------------------------
  • Loading branch information
EmilyBourne committed Apr 16, 2024
1 parent a584354 commit c9095c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vendor/sll/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ include(GoogleTest)
set(SLL_SPLINES_TEST_DEGREE_MIN 3 CACHE STRING "Minimum degree to test splines.")
set(SLL_SPLINES_TEST_DEGREE_MAX 3 CACHE STRING "Maximum degree to test splines.")

add_executable(misc_tests_sll
main.cpp
view.cpp
gauss_legendre_integration.cpp
)
target_compile_features(misc_tests_sll PUBLIC cxx_std_17)
target_link_libraries(misc_tests_sll
PUBLIC
GTest::gtest
sll::SLL
)

add_executable(bsplines_tests_sll
main.cpp
Expand Down

0 comments on commit c9095c0

Please sign in to comment.