We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b43e2 commit 07f6300Copy full SHA for 07f6300
1 file changed
README.md
@@ -67,7 +67,7 @@ Tests are enabled by default in debug mode and disabled by default in release.
67
They can be explicitly controlled with `-D<PROJECT_NAME>_BUILD_TESTING`.
68
69
```sh
70
-./build/bin/<project_name>_test
+./build/bin/Debug/<project_name>_test
71
```
72
73
### Coverage
0 commit comments