Skip to content

Commit 2ecd55b

Browse files
committed
d updated markdown snippets
1 parent 975266b commit 2ecd55b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ If you happen to clone the repo and want to run the unit tests for the extension
8080
<a id='snippet-run_tests'></a>
8181
```sh
8282
SECONDS=0
83+
echo "Running Basic Mechanics Tests"
84+
g-cli caraya -- -s "Tests\\Basic.Mechanics.Tests\\Basic.Mechanics.Tests.lvclass" -x "reports\\Basic.Mechanics.UnitTestReport.xml"
85+
echo "Test Time: $SECONDS"
86+
SECONDS=0
8387
echo "Running Caraya Tests" # needed because caray tool is not very verbose.
8488
g-cli caraya -- -s "Tests\\Caraya.Tests\\Caraya Extension Tests\\Caraya Extension Tests.lvclass" -x "reports\\Caraya.UnitTestReport.xml"
8589
echo "Test Time: $SECONDS"
@@ -90,6 +94,6 @@ echo "Test Time: $SECONDS"
9094
g-cli vitester -- -r "reports\\VITester.UnitTestReport.xml" "Approval Testing.lvproj"
9195
g-cli lunit -- -r "reports\\LUnit.UnitTestReport.xml" "Approval Testing.lvproj"
9296
```
93-
<sup><a href='/_run_unittests.sh#L13-L24' title='Snippet source file'>snippet source</a> | <a href='#snippet-run_tests' title='Start of snippet'>anchor</a></sup>
97+
<sup><a href='/_run_unittests.sh#L13-L28' title='Snippet source file'>snippet source</a> | <a href='#snippet-run_tests' title='Start of snippet'>anchor</a></sup>
9498
<!-- endSnippet -->
9599

0 commit comments

Comments
 (0)