feature: initial commit for all new image changes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Describe "Clang/LLVM" {
|
||||
BeforeAll {
|
||||
$toolsetVersion = (Get-ToolsetContent).llvm.version
|
||||
}
|
||||
|
||||
It "Clang/LLVM <toolsetVersion> installed and version is correct" {
|
||||
$clangVersion = clang --version
|
||||
$clangVersion[0] | Should -BeLike "*${toolsetVersion}*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user