Skip to content

Commit 3e2df85

Browse files
committed
fixup! Update dev guide: test flags
1 parent b6c57d0 commit 3e2df85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/developer_guide/testing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ To debug specific tests (with flag [testHere]) from the Visual Studio IDE, you c
4444
}
4545
4646
Select the testRunner.exe in the startup item dropdown menu and you can start debugging tests with the specified flag.
47+
To see the options, run `testrunner --help`. To get the available test flags for instance, execute the testrunner with the corresponding option, i.e. `testrunner -t`.
4748
You can provide multiple arguments like `"[testHere][testHere2]"` to run all test that have both flags, or with comma separation `"[testHere],[testHere2]"` to run all tests with the first and/or the second flag.
4849

4950
Adding tests for your model

0 commit comments

Comments
 (0)