Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jan 16, 2025
1 parent 2683df5 commit 8c857f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/unit_tests/sunadjoint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ if(TARGET GTest::gtest_main AND TARGET GTest::gmock)
add_executable(${test} ${test}.cpp)
target_link_libraries(
${test}
PRIVATE sundials_adjointcheckpointscheme_fixed
sundials_nvecserial
sundials_nvecmanyvector
sundials_core
GTest::gtest_main
PRIVATE sundials_adjointcheckpointscheme_fixed sundials_nvecserial
sundials_nvecmanyvector sundials_core GTest::gtest_main
GTest::gmock)

gtest_discover_tests(${test})
Expand Down

0 comments on commit 8c857f6

Please sign in to comment.