diff --git a/examples/server/Makefile b/examples/server/Makefile index 709e8f5..79e1aea 100644 --- a/examples/server/Makefile +++ b/examples/server/Makefile @@ -3,3 +3,6 @@ run: test: make run + +windows-test: + kcl.exe server.k diff --git a/examples/test.ps1 b/examples/test.ps1 index 2d19360..20ef734 100755 --- a/examples/test.ps1 +++ b/examples/test.ps1 @@ -10,7 +10,7 @@ foreach ($path in $paths) { Write-Host "Testing $path ..." Set-Location -Path "$pwd\$path" try { - & make test | Out-Host + & make windows-test | Out-Host Write-Host "Test SUCCESSED - $path" -ForegroundColor Green } catch {