This commit is contained in:
manojsdoshi
2021-04-01 23:02:15 +00:00
parent dffdcfc0e7
commit 375f650549
3258 changed files with 94794 additions and 73990 deletions

View File

@@ -65,7 +65,7 @@ $(function() {
<div class="title">Unit Tests </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="autotoc_md316"></a>
<div class="textblock"><h1><a class="anchor" id="autotoc_md307"></a>
Running Tests</h1>
<p>Unit tests are bundled in the <code>rippled</code> executable and can be executed using the <code>--unittest</code> parameter. Without any arguments to this option, all non-manual unit tests will be executed. If you want to run one or more manual tests, you must specify it by suite or full-name (e.g. <code>ripple.app.NoRippleCheckLimits</code> or just <code>NoRippleCheckLimits</code>).</p>
<p>More than one suite or group of suites can be specified as a comma separated list via the argument. For example, <code>--unittest=beast,OversizeMeta</code> will run all suites in the <code>beast</code> library (root identifier) as well as the test suite named <code>OversizeMeta</code>). All name matches are case sensitive.</p>