ResInsight/scripts/psClang/msbuild-project-load.tests.ps1

19 lines
472 B
PowerShell
Raw Normal View History

2018-10-14 11:15:34 -05:00
#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" {
}
}