Skip to content

Commit

Permalink
chore: add makefile windows test
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 8, 2023
1 parent a4bbd6e commit 2a39354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ run:

test:
make run

windows-test:
kcl.exe server.k
2 changes: 1 addition & 1 deletion examples/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a39354

Please sign in to comment.