From 4db6d71e560bdecbf42fa7b57d43079808b7aae8 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:58:06 +0100 Subject: [PATCH] Test: cpp: docs: fix 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 0e9cb7dbef1d..685c17f767c3 100644 --- a/test/cpp/README.md +++ b/test/cpp/README.md @@ -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