4 lines
136 B
PowerShell
4 lines
136 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
& (Join-Path $here 'structure.test.ps1')
|
|
'OK' |