Skip to content

Commit

Permalink
Test: cpp: docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 27, 2024
1 parent 0aaa4b5 commit 4db6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Adding GoogleTests is as simple as creating a directory with
### CTest

If either GoogleTest is not suitable for the test or the build flags / sources / libraries are incompatible,
you can add another CTest to project using add_target and add_test, similar to how it's done for `test_default`.
you can add another CTest to the project using add_target and add_test, similar to how it's done for `test_default`.

## Running Tests

Expand Down

0 comments on commit 4db6d71

Please sign in to comment.