Skip to content

Commit

Permalink
fix tennis1 in cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
emilybache committed Jun 6, 2024
1 parent 553fd91 commit d858e5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ enable_testing()

add_executable(tennis1_google_test
tennis1.cc
gtest_all.cpp
tennis6.cc)
gtest_all.cpp)
target_link_libraries(tennis1_google_test GTest::gtest_main)
gtest_discover_tests(tennis1_google_test)

Expand Down

0 comments on commit d858e5e

Please sign in to comment.