fix: updated build scripts

This commit is contained in:
Furqan-14
2026-05-26 16:49:02 +05:30
parent 2b2e64bbcd
commit 867d00ad3c
4 changed files with 161 additions and 43 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ if (Test-Path $vcvars) {
}
Write-Host "Running C++ core unit tests..." -ForegroundColor Cyan
ctest --preset win-local-pdfium
ctest --preset win-local-pdfium $args
exit $LASTEXITCODE