Skip to content

Commit

Permalink
Test: cpp: docs: fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Feb 28, 2024
1 parent 4db6d71 commit 30f5d49
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 @@ -7,7 +7,7 @@ Test framework for C and C++ code in AP.
### GoogleTest

Adding GoogleTests is as simple as creating a directory with
* one or more `test_*.cpp` files that defines tests using
* one or more `test_*.cpp` files that define tests using
[GoogleTest API](https://google.github.io/googletest/)
* a `CMakeLists.txt` that adds the .cpp files to `test_default` target using
[target_sources](https://cmake.org/cmake/help/latest/command/target_sources.html)
Expand Down

0 comments on commit 30f5d49

Please sign in to comment.