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 4b900a7 commit 6c6d8e0Copy full SHA for 6c6d8e0
Plugin/buildtools/runUnitTest.ps1
@@ -1,3 +1,16 @@
1
+<#
2
+.SYNOPSIS
3
+This script run unit test of Unity with all supported API
4
+
5
+.EXAMPLE
6
+.\runUnitTest.ps1 will run all unit test and return 0 if they passed else -1
7
8
+.NOTES
9
+File Name : runUnitTest.ps1
10
+Author : David Algis
11
+Prerequisite : PowerShell v3 and MsBuild
12
+Copyright 2023 - Studio Nyx
13
+#>
14
15
. $PSScriptRoot\dependencies.ps1
16
0 commit comments