Skip to content

Commit 6c6d8e0

Browse files
committed
💡 Add comment in runUnitTest
1 parent 4b900a7 commit 6c6d8e0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Plugin/buildtools/runUnitTest.ps1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#>
114

215
. $PSScriptRoot\dependencies.ps1
316

0 commit comments

Comments
 (0)