Skip to content

Commit

Permalink
Rename comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Herts committed May 23, 2024
1 parent 62eb232 commit dd1a4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FetchContent_Declare(
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)

# 'Google_Tests_run' is the target name
# 'BigInt_gtest' is the target name
# Add more tests and their dependencies here
file(GLOB Test_Sources *.cpp)
add_executable(BigInt_gtest ${Test_Sources})
Expand Down

0 comments on commit dd1a4c3

Please sign in to comment.