Commit 2ecd55b 1 parent 975266b commit 2ecd55b Copy full SHA for 2ecd55b
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ If you happen to clone the repo and want to run the unit tests for the extension
80
80
<a id =' snippet-run_tests ' ></a >
81
81
``` sh
82
82
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
83
87
echo " Running Caraya Tests" # needed because caray tool is not very verbose.
84
88
g-cli caraya -- -s " Tests\\ Caraya.Tests\\ Caraya Extension Tests\\ Caraya Extension Tests.lvclass" -x " reports\\ Caraya.UnitTestReport.xml"
85
89
echo " Test Time: $SECONDS "
@@ -90,6 +94,6 @@ echo "Test Time: $SECONDS"
90
94
g-cli vitester -- -r " reports\\ VITester.UnitTestReport.xml" " Approval Testing.lvproj"
91
95
g-cli lunit -- -r " reports\\ LUnit.UnitTestReport.xml" " Approval Testing.lvproj"
92
96
```
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 >
94
98
<!-- endSnippet -->
95
99
You can’t perform that action at this time.
0 commit comments