hurl/bin/test/test.ps1
2022-09-28 16:38:16 +02:00

6 lines
165 B
PowerShell

powershell write-host -foregroundcolor Cyan "----- tests -----"
& $PSScriptRoot\test_prerequisites.ps1
& $PSScriptRoot\test_unit.ps1
& $PSScriptRoot\test_integ.ps1