hurl/bin/test/test.ps1

6 lines
165 B
PowerShell
Raw Normal View History

2022-09-27 10:04:21 +03:00
powershell write-host -foregroundcolor Cyan "----- tests -----"
& $PSScriptRoot\test_prerequisites.ps1
& $PSScriptRoot\test_unit.ps1
& $PSScriptRoot\test_integ.ps1