From 30f5d499cc480e2085fd795ddf1ecced525299bc Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:40:31 +0100 Subject: [PATCH] Test: cpp: docs: fix another typo --- test/cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/README.md b/test/cpp/README.md index 685c17f767c3..792b9be77e72 100644 --- a/test/cpp/README.md +++ b/test/cpp/README.md @@ -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)