ResInsight/scripts/psClang/msbuild-project-load.tests.ps1
2018-10-18 16:32:37 +02:00

19 lines
472 B
PowerShell

#Clear-Host
# IMPORT code blocks
Set-Variable -name "kScriptLocation" `
-value (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent) <#`
-option Constant#>
@(
, "$kScriptLocation\io.ps1"
, "$kScriptLocation\msbuild-expression-eval.ps1"
, "$kScriptLocation\msbuild-project-load.ps1"
) | ForEach-Object { . $_ }
Describe "VC++ Project Data Loading" {
It "To be implemented" {
}
}