We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a888a38 commit 4ce88cbCopy full SHA for 4ce88cb
docs/wiki/development/building.md
@@ -203,7 +203,7 @@ A "single" test case often still involves dozens or hundreds of unit tests. To r
203
204
```PowerShell
205
$Env:GTEST_FILTER='windowsEventLog.*'
206
-ctest -R tests_integration_tests_tables-test -C RelWithDebInfo -V #runs just the windowsEventLog under the integration tables tests
+ctest -R tests_integration_tables-test -C RelWithDebInfo -V #runs just the windowsEventLog under the integration tables tests
207
```
208
209
### Run tests on Linux and macOS
0 commit comments